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

Function readFeishuMetadataString

apps/cli/src/commands/integrations/feishu.ts:9850–9853  ·  view source on GitHub ↗
(value: Record<string, unknown>, key: string)

Source from the content-addressed store, hash-verified

9848}
9849
9850function readFeishuMetadataString(value: Record<string, unknown>, key: string): string | undefined {
9851 const candidate = value[key];
9852 return typeof candidate === "string" && candidate.trim() ? candidate.trim() : undefined;
9853}
9854
9855function buildFeishuReadinessIssues(input: {
9856 integration: ExternalIntegrationRecord;

Calls

no outgoing calls

Tested by

no test coverage detected