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

Function isSupportedResource

src/runtime/adapters/feishu.ts:110–114  ·  view source on GitHub ↗
(
  resource: ResourceDescriptor,
)

Source from the content-addressed store, hash-verified

108 };
109}
110
111function isSupportedResource(
112 resource: ResourceDescriptor,
113): resource is ResourceDescriptor & { type: FeishuSupportedResourceType } {
114 return resource.type === "image" || resource.type === "file";
115}
116
117export class FeishuAdapter implements PlatformAdapter, MessageSender {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected