Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/maka
/ isNonEmptyString
Function
isNonEmptyString
packages/core/src/runtime-boundary.ts:429–431 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
427
}
428
429
function
isNonEmptyString(value: unknown): value is string {
430
return
typeof value ===
'string'
&& value.length > 0;
431
}
Callers
3
decodeContinuationClaim
Function · 0.70
decodePrefixIdentity
Function · 0.70
decodePrefixPosition
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected