MCPcopy Index your code
hub / github.com/AnswerOverflow/AnswerOverflow / channelFlagsToBitfield

Function channelFlagsToBitfield

packages/core/src/channel.ts:395–397  ·  view source on GitHub ↗
(newFlags: ChannelSettingsFlags)

Source from the content-addressed store, hash-verified

393}
394
395export function channelFlagsToBitfield(newFlags: ChannelSettingsFlags) {
396 return dictToBitfield(newFlags, channelBitfieldFlags);
397}
398
399export function findLatestThreadsFromAuthor(
400 authorId: string,

Callers

nothing calls this directly

Calls 1

dictToBitfieldFunction · 0.90

Tested by

no test coverage detected