Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AnswerOverflow/AnswerOverflow
/ getInputId
Function
getInputId
packages/core/src/channel.ts:327–329 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
325
input: data,
326
find: () => findManyChannelsById(data.map((c) => c.create.id)),
327
getInputId(input) {
328
return
input.create.id;
329
},
330
getFetchedDataId(input) {
331
return
input.id;
332
},
Callers
1
upsertMany
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected