MCPcopy Create free account
hub / github.com/Shazbot/WH3-Mod-Manager / addString

Method addString

src/packFileSerializer.ts:2377–2379  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

2375 }
2376 // Synchronously add string as buffer
2377 addString(value: string): void {
2378 this.addBuffer(Buffer.from(value, "utf8"));
2379 }
2380 // Get current queued size
2381 getQueuedSize(): number {
2382 return this.queuedSize;

Callers 1

writePackStreamFunction · 0.45

Calls 1

addBufferMethod · 0.95

Tested by

no test coverage detected