MCPcopy 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
33function user(id) {
34 return { type: 'user', id, source: `@${id}` };
35}
36
37function signal(id) {
38 return { type: 'signal', id, source: `!${id}` };

Callers 1

index.spec.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected