Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ readDocuments
Method
readDocuments
yaml/_loader_state.ts:1855–1859 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1853
}
1854
1855
*readDocuments() {
1856
while
(!this.#scanner.eof()) {
1857
yield this.readDocument();
1858
}
1859
}
1860
}
Callers
4
parse
Function · 0.95
parseAll
Function · 0.95
parse
Function · 0.95
parseAll
Function · 0.95
Calls
2
readDocument
Method · 0.95
eof
Method · 0.45
Tested by
no test coverage detected