MCPcopy Create free account
hub / github.com/HKUDS/AgentSpace / hasNonEmptyString

Function hasNonEmptyString

apps/cli/src/commands/integrations/feishu.ts:6725–6727  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

6723}
6724
6725function hasNonEmptyString(value: unknown): value is string {
6726 return typeof value === "string" && value.trim().length > 0;
6727}
6728
6729function hasNoFeishuUserIdentity(metadata: Record<string, unknown>): boolean {
6730 const rawIdentityFields = [

Calls

no outgoing calls

Tested by

no test coverage detected