MCPcopy 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

parseFunction · 0.95
parseAllFunction · 0.95
parseFunction · 0.95
parseAllFunction · 0.95

Calls 2

readDocumentMethod · 0.95
eofMethod · 0.45

Tested by

no test coverage detected