MCPcopy
hub / github.com/gchq/CyberChef / hasMore

Method hasMore

src/core/lib/Stream.mjs:322–324  ·  view source on GitHub ↗

* Returns true if there are more bytes left in the stream. * * @returns {boolean}

()

Source from the content-addressed store, hash-verified

320 * @returns {boolean}
321 */
322 hasMore() {
323 return this.position < this.length;
324 }
325
326 /**
327 * Returns a slice of the stream up to the current position.

Callers 15

extractJPEGFunction · 0.95
extractGIFFunction · 0.95
extractTARFunction · 0.95
extractMP3Function · 0.95
extractFLVFunction · 0.95
extractRTFFunction · 0.95
extractPListXMLFunction · 0.95
extractDEBFunction · 0.95
extractEVTXFunction · 0.95
extractLZOPFunction · 0.95
parseCipherSuitesFunction · 0.95
parseCompressionMethodsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected