Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ user
Function
user
packages/ast/parse/linen/spec-helpers/index.js:33–35 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
31
}
32
33
function
user(id) {
34
return
{
type
:
'user'
, id, source: `@${id}` };
35
}
36
37
function
signal(id) {
38
return
{
type
:
'signal'
, id, source: `!${id}` };
Callers
1
index.spec.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected