MCPcopy Create free account
hub / github.com/code100x/mobile-magic / append

Method append

mobile-magic/apps/worker/parser.ts:23–25  ·  view source on GitHub ↗
(artifact: string)

Source from the content-addressed store, hash-verified

21 }
22
23 append(artifact: string) {
24 this.currentArtifact += artifact;
25 }
26
27 parse() {
28 const latestActionStart = this.currentArtifact.split("\n").findIndex((line) => line.includes("<boltAction type="));

Callers 2

index.tsFile · 0.80
worker.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected