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

Function getFunctionDescription

app/src/utils/code_sanitizer.ts:88–90  ·  view source on GitHub ↗
(funcName: string)

Source from the content-addressed store, hash-verified

86 * Get human-readable description of what data type a function may contain
87 */
88export function getFunctionDescription(funcName: string): string {
89 return FUNCTION_DESCRIPTIONS[funcName] || 'sensitive data';
90}
91
92/**
93 * Get all detected data types as a readable list

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected