MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / setNodeChunkedEncoding

Method setNodeChunkedEncoding

helpers/scanner/file-api.ts:169–171  ·  view source on GitHub ↗
( value: boolean )

Source from the content-addressed store, hash-verified

167 }
168
169 setNodeChunkedEncoding ( value: boolean ) {
170 this.nodeChunkedEncoding = value
171 }
172
173 abort () {
174 if ( this.readyState === this.DONE ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected