MCPcopy Index your code
hub / github.com/microsoft/TypeChat / appendNewLine

Function appendNewLine

typescript/src/zod/validate.ts:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 function appendNewLine() {
119 append("\n");
120 startOfLine = true;
121 }
122
123 function appendType(type: z.ZodType, minPrecedence = 0) {
124 const name = namedTypes.get(getTypeIdentity(type));

Callers 2

getZodSchemaAsTypeScriptFunction · 0.85
appendObjectTypeFunction · 0.85

Calls 1

appendFunction · 0.85

Tested by

no test coverage detected