MCPcopy Create free account
hub / github.com/freecodexyz/free-code / hasCustomOutputStyle

Function hasCustomOutputStyle

src/constants/outputStyles.ts:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211}
212
213export function hasCustomOutputStyle(): boolean {
214 const style = getSettings_DEPRECATED()?.outputStyle
215 return style !== undefined && style !== DEFAULT_OUTPUT_STYLE_NAME
216}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected