MCPcopy
hub / github.com/garrytan/gstack / text

Method text

browse/src/browse-client.ts:198–200  ·  view source on GitHub ↗
(selector?: string)

Source from the content-addressed store, hash-verified

196 // ─── Reading ────────────────────────────────────────────────────
197
198 async text(selector?: string): Promise<string> {
199 return this.command('text', selector ? [selector] : []);
200 }
201 async html(selector?: string): Promise<string> {
202 return this.command('html', selector ? [selector] : []);
203 }

Callers 15

build.tsFile · 0.45
generateMockupFunction · 0.45
daemon.test.tsFile · 0.45
serve.test.tsFile · 0.45
checkMockupFunction · 0.45
diffMockupsFunction · 0.45
callImageGenerationFunction · 0.45
evolveFunction · 0.45
callWithThreadingFunction · 0.45
callFreshFunction · 0.45

Calls 1

commandMethod · 0.95

Tested by 5

runBinFunction · 0.36
fetchJsonFunction · 0.36
fetchWithFunction · 0.36
postCommandFunction · 0.36
fetchFunction · 0.36