MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / isFilePathRenderStyle

Function isFilePathRenderStyle

src/utils/file-path-render-style.ts:4–6  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

2import type { FilePathRenderStyle } from './runtime-config-types.ts';
3
4export function isFilePathRenderStyle(value: unknown): value is FilePathRenderStyle {
5 return value === 'tree' || value === 'list';
6}
7
8export function resolveFilePathRenderStyle(options: {
9 explicit?: FilePathRenderStyle;

Callers 1

parseFilePathRenderStyleFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected