MCPcopy
hub / github.com/obsidianmd/obsidian-help / EnFile

Interface EnFile

scripts/migrate-locale.ts:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142// ─── Collect EN files ─────────────────────────────────────────────────────────
143
144interface EnFile {
145 permalink: string;
146 basename: string;
147 h1: string;
148}
149
150function collectEn(): EnFile[] {
151 const results: EnFile[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected