MCPcopy Create free account
hub / github.com/Make-md/makemd / serializeDefString

Function serializeDefString

src/core/utils/serializer.ts:6–6  ·  view source on GitHub ↗
(def: ContextDef[])

Source from the content-addressed store, hash-verified

4//named serializers for converting values to string
5
6export const serializeDefString = (def: ContextDef[]) => JSON.stringify(def);
7
8export const serializeOptionValue = (
9 newOptions: SelectOption[],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected