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

Function hasExplicitLookup

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

Source from the content-addressed store, hash-verified

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

Callers 1

handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected