MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / linkUtils.test.ts

File linkUtils.test.ts

tests/unit/utils/linkUtils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { generateLink, generateLinkWithBasename, generateLinkWithDisplay, getProjectDisplayName, parseLinkToPath } from '../../../src/utils/linkUtils';
2import { MockObsidian } from '../../helpers/obsidian-runtime';
3import type { App, TFile } from 'obsidian';
4

Callers

nothing calls this directly

Calls 7

generateLinkFunction · 0.90
generateLinkWithBasenameFunction · 0.90
generateLinkWithDisplayFunction · 0.90
parseLinkToPathFunction · 0.90
getProjectDisplayNameFunction · 0.90
createMockAppFunction · 0.70
resetMethod · 0.45

Tested by

no test coverage detected