MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / hasSupportedResources

Method hasSupportedResources

src/runtime/adapters/feishu.ts:386–388  ·  view source on GitHub ↗
(message: NormalizedMessage)

Source from the content-addressed store, hash-verified

384 } catch (error) {
385 console.error("[Feishu] Failed to add ack reaction:", error);
386 }
387 }
388
389 private hasSupportedResources(message: NormalizedMessage): boolean {
390 return message.resources.some(isSupportedResource);
391 }

Callers 1

handleIncomingMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected