MCPcopy
hub / github.com/agent0ai/agent-zero / pages

Function pages

plugins/_editor/webui/editor-store.js:369–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367 },
368
369 pages() {
370 if (!this.isMarkdown()) return [];
371 return buildMarkdownPages(this.editorText, this.tabTitle(this.session || {}));
372 },
373
374 currentPage() {
375 const pages = this.pages();

Callers 1

_context_is_aliveMethod · 0.85

Calls 1

buildMarkdownPagesFunction · 0.90

Tested by

no test coverage detected