MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / resolve_note_plan_path

Function resolve_note_plan_path

scripts/lint_note.py:221–224  ·  view source on GitHub ↗
(note_path: Path, plan_file: str)

Source from the content-addressed store, hash-verified

219
220
221def resolve_note_plan_path(note_path: Path, plan_file: str) -> Path:
222 if plan_file:
223 return Path(plan_file).expanduser().resolve()
224 return note_path.with_suffix(".plan.json")
225
226
227def inspect_note_plan(plan_path: Path) -> tuple[bool, list[str]]:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected