BC-DCBOR TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Function getGlobalTagsStore

    • Get the global tags store instance.

      Creates the instance on first access.

      Returns TagsStore

      The global TagsStore instance

      const store = getGlobalTagsStore();
      store.insert(createTag(999, 'myTag'));