Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
39
export
interface
IRunnable {
40
run(): void
41
close(callback?: (...args: any[]) => void): void
42
}
Callers
15
shared.ts
File · 0.65
nwc-invoice.feature.ts
File · 0.65
message-limiting-k6.ts
File · 0.65
connection-limiting-k6.ts
File · 0.65
worker-factory.spec.ts
File · 0.65
callbacks.spec.ts
File · 0.65
web-socket-server-adapter.spec.ts
File · 0.65
web-server-adapter.spec.ts
File · 0.65
maintenance-worker.spec.ts
File · 0.65
askForConfirmation
Function · 0.65
readFileHeader
Function · 0.65
constructor
Method · 0.65
Implementers
4
StaticMirroringWorker
src/app/static-mirroring-worker.ts
MaintenanceWorker
src/app/maintenance-worker.ts
AppWorker
src/app/worker.ts
App
src/app/app.ts
Calls
no outgoing calls
Tested by
no test coverage detected