MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / DrainPreloadRequest

Interface DrainPreloadRequest

tools/decoration-runtime.ts:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 return url.href;
212}
213
214function pathExists(path: string): boolean {
215 if (runtimeGlobal.__SHOJI_PATH_EXISTS__) {
216 return runtimeGlobal.__SHOJI_PATH_EXISTS__(path);
217 }
218 try {
219 if (!runtimeGlobal.Deno?.statSync) return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected