MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / Text

Interface Text

apps/cloud/worker-configuration.d.ts:1727–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1725 remove(): Comment;
1726}
1727interface Text {
1728 readonly text: string;
1729 readonly lastInTextNode: boolean;
1730 readonly removed: boolean;
1731 before(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1732 after(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1733 replace(content: string | ReadableStream | Response, options?: ContentOptions): Text;
1734 remove(): Text;
1735}
1736interface DocumentEnd {
1737 append(content: string, options?: ContentOptions): DocumentEnd;
1738}

Callers 16

collectPathsFunction · 0.65
PreBlockFunction · 0.65
shellQuoteWordFunction · 0.65
normalizeUrlFunction · 0.65
integrationInferredUrlFunction · 0.65
friendlyNameFunction · 0.65
breadcrumbPartsFunction · 0.65
withWriteLockFunction · 0.65
artifacts.test.tsFile · 0.65
core-tools.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected