MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / isNonEmptyString

Function isNonEmptyString

apps/kimi-code/src/tui/goal-queue-store.ts:250–252  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

248}
249
250function isNonEmptyString(value: unknown): value is string {
251 return typeof value === 'string' && value.length > 0;
252}
253
254function timestampAfter(previous: string): string {
255 const now = new Date();

Callers 1

isUpcomingGoalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected