MCPcopy
hub / github.com/CodebuffAI/codebuff / parse

Method parse

common/src/util/saxy.ts:443–446  ·  view source on GitHub ↗

* Immediately parse a complete chunk of XML and close the stream. * * @param input Input chunk.

(input: Buffer | string)

Source from the content-addressed store, hash-verified

441 * @param input Input chunk.
442 */
443 public parse(input: Buffer | string): this {
444 this.end(input)
445 return this
446 }
447
448 /**
449 * Put the stream into waiting mode, which means we need more data

Callers 15

getRecentTracesFunction · 0.80
getRecentRelabelsFunction · 0.80
getTracesWithoutRelabelsFunction · 0.80
getTracesWithRelabelsFunction · 0.80
processToolCallObjectFunction · 0.80
processToolCallContentsFunction · 0.80
runAgentStepFunction · 0.80
parseRawCustomToolCallFunction · 0.80
deepCloneFunction · 0.80

Calls

no outgoing calls

Tested by 3

parseRerenderLogsFunction · 0.64
parseTestArgsFunction · 0.64
mockFetchFunction · 0.64