MCPcopy Create free account
hub / github.com/Borrus-sudo/tinypages / load

Function load

packages/vite/src/node/plugins/dev/markdown-dev.ts:144–148  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

142 }
143 },
144 load(id: string) {
145 if (virtualModuleMap.has(id)) {
146 return virtualModuleMap.get(id);
147 }
148 },
149 async handleHotUpdate(context) {
150 const toReturnModules: ModuleNode[] = [];
151 for (let module of context.modules) {

Callers

nothing calls this directly

Calls 2

hasMethod · 0.80
getMethod · 0.80

Tested by

no test coverage detected