MCPcopy Create free account
hub / github.com/Effect-TS/effect / on

Method on

packages/platform/node/src/NodeMultipartParser.ts:42–42  ·  view source on GitHub ↗
(event: "field", listener: (field: Field) => void)

Source from the content-addressed store, hash-verified

40 [Symbol.asyncIterator](): NodeJS.AsyncIterator<Part>
41
42 on(event: "field", listener: (field: Field) => void): this
43 on(event: "file", listener: (file: FileStream) => void): this
44 on(event: "close", listener: () => void): this
45 on(event: "data", listener: (part: Part) => void): this

Callers 15

queryStreamFunction · 0.65
runProcedureFunction · 0.65
makeFunction · 0.65
makeFunction · 0.65
makeClientFunction · 0.65
PgClient.tsFile · 0.65
entriesFunction · 0.65
assertOpenResultFunction · 0.65
NodeRuntime.tsFile · 0.65
setupChildOutputStreamsFunction · 0.65
spawnFunction · 0.65

Calls

no outgoing calls

Tested by 4

entriesFunction · 0.52
assertOpenResultFunction · 0.52
assertOpenResultFunction · 0.52
connectFunction · 0.52