MCPcopy Index your code
hub / github.com/github/copilot-sdk / stripOpaqueJsonMarker

Function stripOpaqueJsonMarker

scripts/codegen/utils.ts:909–911  ·  view source on GitHub ↗
(schema: Record<string, unknown>)

Source from the content-addressed store, hash-verified

907 * `JsonElement`) should call `isOpaqueJson` *before* this point.
908 */
909export function stripOpaqueJsonMarker(schema: Record<string, unknown>): void {
910 delete schema["x-opaque-json"];
911}
912
913/**
914 * Append `@internal` and/or `@experimental` JSDoc-style tags to the `description`

Callers 1

rewriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…