MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / once

Method once

packages/cli/src/utils/compositionServer.ts:11–11  ·  view source on GitHub ↗
(event: "listening" | "error", listener: (err?: NodeJS.ErrnoException) => void)

Source from the content-addressed store, hash-verified

9interface PortBindable {
10 listen(port: number): unknown;
11 once(event: "listening" | "error", listener: (err?: NodeJS.ErrnoException) => void): unknown;
12 removeListener(
13 event: "listening" | "error",
14 listener: (err?: NodeJS.ErrnoException) => void,

Callers 15

shutdownFunction · 0.80
trackChildProcessFunction · 0.80
cli.tsFile · 0.80
listenOnFreePortFunction · 0.80
waitForDrainFunction · 0.80
closeFileFunction · 0.80
listenFunction · 0.80
runEmbeddedModeFunction · 0.80
streamToFileFunction · 0.80
runPipelineFunction · 0.80
allocFreePortFunction · 0.80

Calls

no outgoing calls

Tested by 2

allocFreePortFunction · 0.64
startConfigProbeServerFunction · 0.64