MCPcopy Create free account

hub / github.com/Houseofmvps/codesight / functions

Functions657 in github.com/Houseofmvps/codesight

↓ 3 callersFunctionescapeTable
(value: string)
src/plugins/terraform/formatter.ts:155
↓ 3 callersFunctionextractEnvironments
( tfvarsFiles: string[], serviceName: string, )
src/plugins/terraform/extractor.ts:53
↓ 3 callersFunctionextractPythonRoutesAST
( filePath: string, content: string, framework: Framework, tags: string[] )
src/ast/extract-python.ts:596
↓ 3 callersFunctionextractRoutesFromBlock
( block: string, framework: Framework, filePath: string, tags: string[] )
src/ast/extract-go.ts:160
↓ 3 callersFunctionextractSDLOperations
(sdl: string, file: string)
src/detectors/graphql.ts:172
↓ 3 callersFunctionextractSceneGraphComponent
(content: string)
src/ast/extract-scenegraph.ts:38
↓ 3 callersFunctionfindKeyColon
Find the first colon that's a key separator (not inside quotes or expressions).
src/plugins/cicd/yaml-parser.ts:344
↓ 3 callersFunctionformatInfrastructure
(infra: ServiceInfrastructure)
src/plugins/terraform/formatter.ts:6
↓ 3 callersFunctiongenerateWiki
( result: ScanResult, outputDir: string )
src/generators/wiki.ts:637
↓ 3 callersFunctiongetPythonDeps
(root: string)
src/scanner.ts:1130
↓ 3 callersFunctionisRouterCall
(node: any)
src/ast/extract-routes.ts:350
↓ 3 callersFunctionisSceneGraphXml
(content: string)
src/ast/extract-scenegraph.ts:134
↓ 3 callersFunctionisUIPrimitive
(filePath: string)
src/detectors/components.ts:64
↓ 3 callersFunctionjoinPath
(prefix, path string)
plugins/ast/golang/main.go:270
↓ 3 callersFunctionloadConfig
(root: string)
src/config.ts:29
↓ 3 callersFunctionmemory
()
tests/reference-plugin.test.ts:132
↓ 3 callersFunctionparseAndThen
(srcPtr, srcLen uint32, extract func(*ast.File) any)
plugins/ast/golang/main.go:82
↓ 3 callersFunctionparseInlineValue
(raw: string)
src/plugins/cicd/yaml-parser.ts:252
↓ 3 callersFunctionparseJobRef
(ref: any)
src/plugins/cicd/circleci.ts:215
↓ 3 callersFunctionparse_and_then
Decode UTF-8 source, parse with [`parse_module`], run `extract`, serialize, and `report`. Returns 0 on invalid UTF-8, a syntax error, or an empty resu
plugins/ast/python/src/lib.rs:113
↓ 3 callersFunctionparse_and_then
Decode UTF-8 source, parse with [`parse_file`](syn::parse_file), run `extract`, serialize, and `report`. Returns 0 on invalid UTF-8, a syntax error, o
plugins/ast/rust/src/lib.rs:106
↓ 3 callersFunctionresolveJSImport
( importPath: string, entryDir: string, files: string[], project: ProjectInfo )
src/detectors/routes.ts:1878
↓ 3 callersFunctionroundTo100
(n: number)
src/formatter.ts:427
↓ 3 callersFunctionsafeParseConfigText
(content: string)
src/config.ts:68
↓ 3 callersMethodschemas
(source: string)
src/wasm/plugin-host.ts:53
↓ 3 callersFunctionstartServer
()
tests/mcp.test.ts:12
↓ 3 callersFunctionstopServer
(child: ReturnType<typeof startServer>)
tests/mcp.test.ts:134
↓ 3 callersFunctiontoday
()
src/generators/wiki.ts:6
↓ 3 callersFunctiontokenize
(line: string)
reference/ast-plugin/assembly/index.ts:76
↓ 3 callersFunctionverb_for
(attribute: impl ToString)
plugins/ast/rust/src/lib.rs:179
↓ 3 callersFunctionvisit
(dir: string)
src/scanner.ts:1435
↓ 2 callersFunctionadaptPlugin
Map a raw LoadedPlugin to codesight's domain types. A method is exposed only * when the plugin exports the matching capability (so callers can detec
src/ast/native-loader.ts:304
↓ 2 callersFunctionaddPythonDep
(rawName: string, deps: string[])
src/scanner.ts:1221
↓ 2 callersFunctionaddWarning
Append a non-fatal warning (deduped).
src/ast/native-loader.ts:287
↓ 2 callersFunctionapplyNativeAstArg
* Apply one `--native-ast[=val]` / `--native-ast-strict[=val]` flag. * `val`: "" or "all" → all; "none" → force off; otherwise a comma list of ids.
src/index.ts:102
↓ 2 callersFunctioncalculateTokenStats
( result: ScanResult, outputText: string, fileCount: number )
src/detectors/tokens.ts:66
↓ 2 callersFunctioncall_leaf
Last dotted segment of a call target: `Column` -> "Column", `models.CharField` -> "CharField".
plugins/ast/python/src/lib.rs:564
↓ 2 callersFunctionconfidenceBadge
Routes/models detected via AST are silent. Regex-inferred ones get a badge so AI knows accuracy is lower.
src/generators/wiki.ts:15
↓ 2 callersMethoddealloc
(ptr: number, len: number)
src/wasm/plugin-host.ts:190
↓ 2 callersFunctiondetectDependencyGraph
( files: string[], project: ProjectInfo, // Reserved. Native (WASM-plugin) import extraction is intentio
src/detectors/graph.ts:5
↓ 2 callersFunctiondetectDomains
(routes: RouteInfo[])
src/generators/wiki.ts:74
↓ 2 callersFunctiondetectEvents
( files: string[], project: ProjectInfo )
src/detectors/events.ts:11
↓ 2 callersFunctiondetectFrameworks
( root: string, pkg: Record<string, any> )
src/scanner.ts:493
↓ 2 callersFunctiondetectGRPCRoutes
( files: string[], project: ProjectInfo )
src/detectors/graphql.ts:224
↓ 2 callersFunctiondetectGraphQLRoutes
( files: string[], project: ProjectInfo )
src/detectors/graphql.ts:16
↓ 2 callersFunctiondetectLibs
( files: string[], project: ProjectInfo )
src/detectors/libs.ts:25
↓ 2 callersFunctiondetectNonJSWorkspace
* Detect a non-JS workspace by checking for language-specific manifest files. * Returns null if none found (plain directory with no recognised projec
src/scanner.ts:925
↓ 2 callersFunctiondetectORMs
( root: string, pkg: Record<string, any> )
src/scanner.ts:730
↓ 2 callersFunctiondetectWebSocketRoutes
( files: string[], project: ProjectInfo )
src/detectors/graphql.ts:263
↓ 2 callersFunctionenqueueRawJson
(raw: string)
src/mcp-server.ts:713
↓ 2 callersFunctionenrichRouteContracts
( routes: RouteInfo[], project: ProjectInfo )
src/detectors/contracts.ts:9
↓ 2 callersFunctionescapeRegex
(str: string)
src/ast/extract-go.ts:473
↓ 2 callersFunctionexpandGlobPattern
* Expand a single glob pattern relative to root. * Supports patterns like "packages/*" (one level) and "packages/**" (recursive). * Does not impleme
src/monorepo/discover.ts:112
↓ 2 callersFunctionextractBrightScriptFunctions
(content: string)
src/ast/extract-brightscript.ts:63
↓ 2 callersFunctionextractBrightScriptObservers
(content: string)
src/ast/extract-brightscript.ts:96
↓ 2 callersFunctionextractCreateRouteArgs
Extract method and path from createRoute({ method: '...', path: '...' })
src/ast/extract-routes.ts:204
↓ 2 callersFunctionextractPathParams
(path: string)
src/ast/extract-csharp.ts:15
↓ 2 callersFunctionextractPathParams
(path: string)
src/ast/extract-swift.ts:13
↓ 2 callersFunctionextractPropsFromParams
* Extract prop names from function parameters. * Handles: ({ prop1, prop2 }: Props) and (props: Props)
src/ast/extract-components.ts:167
↓ 2 callersFunctionextractRetrofitParams
(path: string)
src/ast/extract-android.ts:17
↓ 2 callersFunctionextractSchemaRef
(schema: any)
src/detectors/openapi.ts:152
↓ 2 callersFunctionextractString
(field: string)
src/config.ts:74
↓ 2 callersFunctionextractStringArray
(field: string)
src/config.ts:86
↓ 2 callersFunctionfakeProvider
()
tests/native-ast.test.ts:51
↓ 2 callersFunctionfileExists
(path: string)
src/config.ts:17
↓ 2 callersFunctionfindAllCsproj
Recursively collect all .csproj files up to maxDepth levels deep.
src/scanner.ts:1320
↓ 2 callersFunctionfindPython
()
src/ast/extract-python.ts:537
↓ 2 callersFunctiongenerateAIConfigs
( result: ScanResult, root: string )
src/generators/ai-config.ts:86
↓ 2 callersFunctiongetGoDeps
(root: string, includeIndirect = false)
src/scanner.ts:1246
↓ 2 callersFunctiongroupCall
groupCall returns (prefixLiteral, receiverExpr, ok) for a `recv.Group("/p")` call.
plugins/ast/golang/main.go:236
↓ 2 callersFunctionhasBrsIn
(subdir: string)
src/scanner.ts:1380
↓ 2 callersFunctionhasDirectWorkspaceManifest
(dir: string)
src/scanner.ts:456
↓ 2 callersMethodimports
(source: string)
src/wasm/plugin-host.ts:54
↓ 2 callersFunctionisExplicitlyIncluded
(name: string, fullPath: string)
src/scanner.ts:146
↓ 2 callersFunctionlistWikiArticles
(outputDir: string)
src/generators/wiki.ts:740
↓ 2 callersFunctionloadPlugin
(lang: NativeLang, pluginDirs: string[])
src/wasm/plugin-host.ts:139
↓ 2 callersFunctionnormalize
(p: string)
src/scanner.ts:142
↓ 2 callersFunctionnormalizePath
(path: string)
src/ast/extract-go.ts:469
↓ 2 callersFunctionparseLangs
Split a comma list of language ids → normalized string[].
src/index.ts:84
↓ 2 callersFunctionparseScalar
(s: string)
src/plugins/cicd/yaml-parser.ts:299
↓ 2 callersFunctionparseSequelizeFields
(body: string)
src/detectors/schema.ts:839
↓ 2 callersFunctionparseTfvars
(content: string)
src/plugins/terraform/hcl-parser.ts:19
↓ 2 callersFunctionparseYAMLScalar
(s: string)
src/detectors/openapi.ts:278
↓ 2 callersFunctionpickDir
(cfg: NativeAstConfig)
src/index.ts:128
↓ 2 callersFunctionprocessQueue
()
src/mcp-server.ts:724
↓ 2 callersFunctionpythonExplicit
(mods: any, dir: string)
tests/native-ast.test.ts:139
↓ 2 callersFunctionreadCodesightIgnore
(root: string)
src/scanner.ts:80
↓ 2 callersFunctionreadFileSafe
(path: string)
src/plugins/terraform/file-collector.ts:53
↓ 2 callersFunctionreadFramedResponse
(child: ReturnType<typeof startServer>, timeoutMs = 1500)
tests/mcp.test.ts:19
↓ 2 callersFunctionreadJsonSafe
(path: string)
src/scanner.ts:1501
↓ 2 callersFunctionreadPacked
(packed: bigint)
src/wasm/plugin-host.ts:223
↓ 2 callersFunctionrecordParseError
( r: NativeAstResolved, lang: NativeLang, kind: NativeKind, file: string, err: unknown )
src/ast/native-loader.ts:248
↓ 2 callersFunctionrecordUnavailableLang
Language-level "no plugin found" diagnostic (deduped per language).
src/ast/native-loader.ts:281
↓ 2 callersFunctionreport
Copy `bytes` into a fresh host-owned allocation and pack (ptr << 32) | len.
plugins/ast/python/src/lib.rs:150
↓ 2 callersFunctionreport
(b []byte)
plugins/ast/golang/main.go:114
↓ 2 callersFunctionreport
Copy `bytes` into a fresh host-owned allocation and pack (ptr << 32) | len.
plugins/ast/rust/src/lib.rs:143
↓ 2 callersFunctionresolveRokuImport
* Roku packaging flattens files under a channel root, then exposes them via * `pkg:/...` URIs. The same file might live at `src/apps/foo/source/Bar.b
src/detectors/graph.ts:311
↓ 2 callersFunctionrouteWeight
(r: ScanResult["routes"][0])
src/index.ts:681
↓ 2 callersFunctionrunEvalFromDir
(evalDir: string, fixtureNames: string[])
src/eval.ts:182
↓ 2 callersFunctionsafeFilename
* Sanitize a string for safe use as a filename on all platforms (Windows is strictest). * Replaces `<>:"/\|?*` and control chars with `-`. Collapses
src/generators/wiki.ts:66
← previousnext →101–200 of 657, ranked by callers