MCPcopy Create free account
hub / github.com/Qinbf/groundmap / BlockRefSpec

Interface BlockRefSpec

tools/debug-console/lib/verify-citations.ts:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22import { WIKI_REF_RE, normalizeBareSlugRefs, parseWikiRef } from "./wiki-ref";
23
24export interface BlockRefSpec {
25 key: string; // collectRefs 口径 key:path#anchor(anchor 不含 ^)
26 path: string;
27 anchor: string; // 不含 ^
28}
29
30export interface CitationVerifyResult {
31 brokenAnchors: string[]; // 锚点/文件确实不存在

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected