MCPcopy
hub / github.com/callumalpass/tasknotes / hasExplicitLookup

Function hasExplicitLookup

src/cli/commands/timeStatusCommand.ts:10–12  ·  view source on GitHub ↗
(params: CliData)

Source from the content-addressed store, hash-verified

8} from "../../utils/timeTrackingUtils";
9
10function hasExplicitLookup(params: CliData): boolean {
11 return Boolean(params.path || params.title || params.query);
12}
13
14export const timeStatusCliCommand: CliCommandDefinition = {
15 command: "time-status",

Callers 1

handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected