MCPcopy Create free account
hub / github.com/Snowflyt/tinyeffect / get

Function get

test/README.example.proof.ts:1223–1225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1221 function fileLogger(_path: string) {
1222 return new Proxy({} as Logger, {
1223 get() {
1224 return async () => {};
1225 },
1226 });
1227 }
1228

Callers

nothing calls this directly

Calls 1

allMethod · 0.80

Tested by

no test coverage detected