MCPcopy
hub / github.com/ThatGuySam/doesitarm / on

Method on

helpers/scanner/file-api.ts:165–167  ·  view source on GitHub ↗
( eventName: string | symbol, listener: ( ...args: any[] ) => void )

Source from the content-addressed store, hash-verified

163 }
164
165 on ( eventName: string | symbol, listener: ( ...args: any[] ) => void ) {
166 this.emitter.on( eventName, listener )
167 }
168
169 setNodeChunkedEncoding ( value: boolean ) {
170 this.nodeChunkedEncoding = value

Callers 8

streamToJsonFunction · 0.80
addEventListenerMethod · 0.80
registerUserEventsMethod · 0.80
mapStreamToEmitterMethod · 0.80
getAvailablePortFunction · 0.80
startAstroDevServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected