Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
function
isNonEmptyString(value: unknown): value is string {
251
return
typeof value ===
'string'
&& value.length > 0;
252
}
253
254
function
timestampAfter(previous: string): string {
255
const
now =
new
Date();
Callers
1
isUpcomingGoal
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected