MCPcopy 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
429function isNonEmptyString(value: unknown): value is string {
430 return typeof value === 'string' && value.length > 0;
431}

Callers 3

decodeContinuationClaimFunction · 0.70
decodePrefixIdentityFunction · 0.70
decodePrefixPositionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected