Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
function noAttachment(attachments?: SerializedAttachment[]) {
64
return !attachments || attachments?.length === 0;
65
}
66
67
function Message({
68
className,
Callers
1
Message
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected