MCPcopy Create free account
hub / github.com/pollinations/pollinations / setInnerContent

Method setInnerContent

pollinations.ai/src/worker.ts:13–13  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

11interface CfElement {
12 setAttribute(name: string, value: string): void;
13 setInnerContent(content: string): void;
14 append(content: string, options?: { html: boolean }): void;
15}
16interface CfElementHandler {

Callers 1

elementFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected