MCPcopy Create free account
hub / github.com/Roy3838/Observer / getDetectedDataTypes

Function getDetectedDataTypes

app/src/utils/code_sanitizer.ts:95–97  ·  view source on GitHub ↗
(detectedFunctions: string[])

Source from the content-addressed store, hash-verified

93 * Get all detected data types as a readable list
94 */
95export function getDetectedDataTypes(detectedFunctions: string[]): string[] {
96 return detectedFunctions.map(func => FUNCTION_DESCRIPTIONS[func] || func);
97}
98
99/**
100 * Get placeholder suggestion for a function

Callers 1

PersonalInfoWarningModalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected