MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / serializer.test.ts

File serializer.test.ts

src/config/configuration/serializer.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2import { camelToSnake, snakeToCamel } from './converter';
3import { parseConfigYaml, serializeConfigToYaml } from './serializer';
4import type { AppConfiguration } from './types';

Callers

nothing calls this directly

Calls 4

camelToSnakeFunction · 0.90
snakeToCamelFunction · 0.90
parseConfigYamlFunction · 0.90
serializeConfigToYamlFunction · 0.90

Tested by

no test coverage detected