Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnswerOverflow/AnswerOverflow
/ getFetchedDataId
Function
getFetchedDataId
packages/core/src/channel.ts:330–332 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
328
return
input.create.id;
329
},
330
getFetchedDataId(input) {
331
return
input.id;
332
},
333
create: (toCreate) => createManyChannels(toCreate.map((c) => c.create)),
334
update: (toUpdate) =>
335
updateManyChannels(
Callers
1
upsertMany
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected