MCPcopy Create free account
hub / github.com/observablehq/framework / load

Method load

src/loader.ts:362–362  ·  view source on GitHub ↗

* Runs this loader, returning the path to the generated output file relative * to the source root; this is typically within the .observablehq/cache folder * within the source root.

(options?: LoadOptions, effects?: LoadEffects)

Source from the content-addressed store, hash-verified

360 * within the source root.
361 */
362 load(options?: LoadOptions, effects?: LoadEffects): Promise<string>;
363}
364
365/** Used by LoaderResolver.find to represent a static file resolution. */

Callers 7

loader-test.tsFile · 0.65
loadPageMethod · 0.65
findArchiveMethod · 0.65
PreviewServerClass · 0.65
buildFunction · 0.65
xlsxMethod · 0.65
loadMethod · 0.65

Implementers 2

StaticLoadersrc/loader.ts
Workbooksrc/client/stdlib/xlsx.js

Calls

no outgoing calls

Tested by

no test coverage detected