MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / has

Method has

src/api/runtime-api.ts:878–878  ·  view source on GitHub ↗
(namespace: string)

Source from the content-addressed store, hash-verified

876 get<TApi = unknown>(namespace: string): TApi | undefined;
877 require<TApi = unknown>(namespace: string): TApi;
878 has(namespace: string): boolean;
879 list(): TaskNotesRuntimeExtensionInfo[];
880 capabilities(): readonly string[];
881}

Callers 15

isScopedSelectorFunction · 0.80
normalizeContextListFunction · 0.80
openBlockedBySelectorMethod · 0.80
openBlockingSelectorMethod · 0.80
getWeekdayOnlyRRuleCodesFunction · 0.80
renderSuggestionMethod · 0.80
buildBlockingUpdatesFunction · 0.80
setsEqualFunction · 0.80

Calls

no outgoing calls

Tested by 15

createPluginFunction · 0.64
makeServicesFunction · 0.64
groupTasksByListPropertyFunction · 0.64
buildICSEventsFunction · 0.64
groupTasksByParticipantFunction · 0.64
groupTasksByStatusFunction · 0.64
groupTasksByStatusBuggyFunction · 0.64
isExpandedFunction · 0.64
toggleFunction · 0.64
collectTitlesFunction · 0.64