MCPcopy Index your code
hub / github.com/cameri/nostream / close

Method close

src/@types/base.ts:41–41  ·  view source on GitHub ↗
(callback?: (...args: any[]) => void)

Source from the content-addressed store, hash-verified

39export interface IRunnable {
40 run(): void
41 close(callback?: (...args: any[]) => void): void
42}

Callers 15

shared.tsFile · 0.65
callbacks.spec.tsFile · 0.65
askForConfirmationFunction · 0.65
readFileHeaderFunction · 0.65
constructorMethod · 0.65

Implementers 4

StaticMirroringWorkersrc/app/static-mirroring-worker.ts
MaintenanceWorkersrc/app/maintenance-worker.ts
AppWorkersrc/app/worker.ts
Appsrc/app/app.ts

Calls

no outgoing calls

Tested by

no test coverage detected