MCPcopy Create free account
hub / github.com/StarpTech/FastGraph / getArgs

Function getArgs

src/test-utils.ts:306–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 return this
305 },
306 getArgs() {
307 return {
308 input: fetchInput,
309 init: fetchInit,
310 }
311 },
312 revert() {
313 globalThis.fetch = oldFetch
314 fetchInput = ''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected