MCPcopy Create free account
hub / github.com/Y80/bmm / initialData

Function initialData

src/controllers/PublicTag.controller.ts:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25const cacheAllTags = initGlobalData({
26 key: 'cache-all-public-tags',
27 initialData() {
28 const data = {
29 value: null as null | SelectTag[],
30 reset() {
31 data.value = null
32 },
33 }
34 return data
35 },
36})
37
38function validateTagName(name?: string | null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected