mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
24 lines
426 B
Markdown
24 lines
426 B
Markdown
# Sources
|
|
|
|
A source is a stream that is not writable.
|
|
You *must* have a source at the start of a pipeline
|
|
for data to move through.
|
|
|
|
in general:
|
|
|
|
``` js
|
|
pull(source, through, sink)
|
|
```
|
|
|
|
See also:
|
|
* [Throughs](../throughs/index.md)
|
|
* [Sinks](../sinks/index.md)
|
|
|
|
## [values](./values.md)
|
|
## [keys](./keys.md)
|
|
## [count](./count.md)
|
|
## [infinite](./infinite.md)
|
|
## [empty](./empty.md)
|
|
## [once](./once.md)
|
|
## [error](./error.md)
|