MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / noAttachment

Function noAttachment

apps/web/ui/Message/index.tsx:63–65  ·  view source on GitHub ↗
(attachments?: SerializedAttachment[])

Source from the content-addressed store, hash-verified

61};
62
63function noAttachment(attachments?: SerializedAttachment[]) {
64 return !attachments || attachments?.length === 0;
65}
66
67function Message({
68 className,

Callers 1

MessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected