MCPcopy
hub / github.com/midrender/revideo / experimentalLog

Function experimentalLog

packages/core/src/utils/experimentalLog.ts:5–11  ·  view source on GitHub ↗
(message: string, remarks?: string)

Source from the content-addressed store, hash-verified

3import {experimentalFeatures} from './ExperimentalError';
4
5export function experimentalLog(message: string, remarks?: string): LogPayload {
6 return {
7 level: LogLevel.Error,
8 message,
9 remarks: (remarks ?? '') + experimentalFeatures,
10 };
11}

Callers 3

setDrawHooksMethod · 0.90
parseShaderFunction · 0.90
editorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected