MCPcopy Create free account

hub / github.com/Houseofmvps/codesight / functions

Functions657 in github.com/Houseofmvps/codesight

↓ 334 callersFunctionjoin
(prefix: impl core::fmt::Display, suffix: impl core::fmt::Display)
plugins/ast/rust/src/lib.rs:487
↓ 85 callersFunctionreadFileSafe
(path: string)
src/plugins/cicd/index.ts:103
↓ 52 callersFunctionfileExists
(path: string)
src/scanner.ts:1492
↓ 52 callersFunctionwriteFixture
(subdir: string, files: Record<string, string>)
tests/detectors.test.ts:9
↓ 44 callersFunctiondescribe
()
plugins/ast/rust/src/lib.rs:31
↓ 41 callersFunctiondetectTags
(content: string)
src/detectors/routes.ts:27
↓ 40 callersFunctiongetText
(sf: any, node: any)
src/ast/loader.ts:110
↓ 33 callersFunctionescapeHtml
(str: string)
src/generators/html-report.ts:5
↓ 26 callersFunctionparseYAML
(text: string)
src/plugins/cicd/yaml-parser.ts:17
↓ 15 callersFunctionfileExists
(path: string)
src/generators/ai-config.ts:5
↓ 13 callersFunctiongetScanResult
(directory?: string)
src/mcp-server.ts:60
↓ 13 callersFunctionindentOf
(line: string)
src/plugins/cicd/yaml-parser.ts:361
↓ 12 callersFunctionloadModules
()
tests/detectors.test.ts:21
↓ 12 callersFunctionwriteFixture
(subdir: string, files: Record<string, string>)
tests/monorepo.test.ts:9
↓ 11 callersFunctionnormaliseServiceName
(name: string)
src/plugins/terraform/service-matcher.ts:105
↓ 11 callersFunctionparseHclFile
(content: string, filePath: string)
src/plugins/terraform/hcl-parser.ts:7
↓ 10 callersFunctionloadTypeScript
(projectRoot: string)
src/ast/loader.ts:14
↓ 9 callersFunctioncleanup
()
tests/mcp.test.ts:31
↓ 9 callersFunctioncreateGitHooksPlugin
()
src/plugins/githooks/index.ts:9
↓ 9 callersFunctionhasRokuManifest
(dir: string)
src/scanner.ts:1343
↓ 9 callersFunctionmatchServiceBlocks
( projectName: string, blocks: HclBlock[], config: TerraformPluginConfig, )
src/plugins/terraform/service-matcher.ts:14
↓ 9 callersFunctionsend
(msg: JsonRpcResponse)
src/mcp-server.ts:46
↓ 9 callersFunctionskipEmpty
(lines: string[], startIdx: number)
src/plugins/cicd/yaml-parser.ts:370
↓ 8 callersFunctioncleanup
(root: string)
tests/githooks-plugin.test.ts:20
↓ 8 callersFunctioncollectFiles
( root: string, maxDepth = 10, ignorePatterns: string[] = [] )
src/scanner.ts:122
↓ 8 callersFunctionextractBraceBlock
* Extract the content between matched braces starting at position. * Returns the content inside the braces (not including the opening brace).
src/ast/extract-go.ts:446
↓ 8 callersFunctionfakeProject
(root: string)
tests/githooks-plugin.test.ts:24
↓ 8 callersFunctionreadWikiArticle
( outputDir: string, article: string )
src/generators/wiki.ts:723
↓ 8 callersFunctionresolveNativeAst
( cfg: NativeAstConfig | undefined, projectRoot: string )
src/ast/native-loader.ts:82
↓ 8 callersFunctionsetup
(files: Record<string, string>, executablePaths: string[] = [])
tests/githooks-plugin.test.ts:7
↓ 7 callersFunctiondetectProject
(root: string)
src/scanner.ts:226
↓ 7 callersFunctionextractGitHubActionsWorkflow
( parsed: any, relPath: string, rawContent: string, )
src/plugins/cicd/github-actions.ts:7
↓ 7 callersFunctionextractRoutesAST
( ts: any, filePath: string, content: string, framework: Framework, tags: string[] )
src/ast/extract-routes.ts:25
↓ 7 callersFunctionloadModules
()
tests/native-ast.test.ts:8
↓ 7 callersFunctionparseDecorator
(ts: any, sf: any, decorator: any)
src/ast/loader.ts:80
↓ 7 callersFunctionstripComments
(content: string)
src/plugins/terraform/hcl-parser.ts:38
↓ 6 callersFunctioncreateBuiltinPlugins
(disabled: ReadonlySet<string> = new Set())
src/plugins/index.ts:37
↓ 6 callersFunctioncreateSkillsPlugin
()
src/plugins/skills/index.ts:14
↓ 6 callersFunctionformatPercent
(n: number)
src/eval.ts:151
↓ 6 callersFunctionrunMonorepoScan
( root: string, userConfig: CodesightConfig, targetPackage?: string )
src/monorepo/orchestrator.ts:14
↓ 5 callersFunctionadd
(r: RouteInfo)
src/detectors/native.ts:97
↓ 5 callersFunctionasArray
(val: any)
src/plugins/cicd/circleci.ts:224
↓ 5 callersFunctioncalcMetrics
(detected: Set<string>, expected: Set<string>)
src/eval.ts:43
↓ 5 callersFunctioncleanWikilinks
(text: string)
src/detectors/knowledge.ts:297
↓ 5 callersFunctioncleanup
(root: string)
tests/skills-plugin.test.ts:17
↓ 5 callersFunctioncreateCICDPlugin
(config: CICDPluginConfig = {})
src/plugins/cicd/index.ts:36
↓ 5 callersFunctiondiscoverPackages
( root: string, config: MonorepoConfig )
src/monorepo/discover.ts:16
↓ 5 callersFunctionextractBraceBlock
(content: string, startAfterOpenBrace: number)
src/plugins/terraform/hcl-parser.ts:192
↓ 5 callersFunctionextractServiceInfrastructure
( matchedBlocks: HclBlock[], allBlocks: HclBlock[], config: TerraformPluginConfig, )
src/plugins/terraform/extractor.ts:20
↓ 5 callersFunctionfakeProject
(root: string)
tests/skills-plugin.test.ts:21
↓ 5 callersFunctiongetDecorators
(ts: any, node: any)
src/ast/loader.ts:68
↓ 5 callersFunctionparseBlock
( lines: string[], startIdx: number, baseIndent: number, )
src/plugins/cicd/yaml-parser.ts:28
↓ 5 callersFunctionprintMetrics
(label: string, m: EvalMetrics)
src/eval.ts:155
↓ 5 callersFunctionpush
(name: string, kind: ExportItem["kind"], signature?: string)
src/ast/extract-brighterscript.ts:47
↓ 5 callersFunctionquote
(s: string)
reference/ast-plugin/assembly/index.ts:88
↓ 5 callersFunctionsetup
(files: Record<string, string>)
tests/skills-plugin.test.ts:7
↓ 4 callersFunctionaddRoute
(path: string)
src/ast/extract-dart.ts:44
↓ 4 callersMethodalloc
(len: number)
src/wasm/plugin-host.ts:189
↓ 4 callersFunctionassertFastApiSqlAlchemyDetection
(mods: any, dir: string, workspacePath: string, forbiddenWorkspacePaths: string[] = [])
tests/detectors.test.ts:34
↓ 4 callersFunctionclassifyMiddleware
( name: string, content: string )
src/detectors/middleware.ts:67
↓ 4 callersFunctioncollectTfFiles
( projectRoot: string, config: TerraformPluginConfig, )
src/plugins/terraform/file-collector.ts:17
↓ 4 callersFunctioncompactParams
(params: string)
src/detectors/libs.ts:240
↓ 4 callersFunctioncountTokens
(text: string)
src/telemetry.ts:44
↓ 4 callersFunctiondetectWorkspace
* Detect a workspace dir — handles both JS (package.json) and non-JS manifests. * Returns null if the dir has no recognisable project manifest.
src/scanner.ts:902
↓ 4 callersFunctionemit
(json: string)
reference/ast-plugin/assembly/index.ts:66
↓ 4 callersFunctionescapeTableCell
Escape pipe characters so they don't break markdown table cells.
src/plugins/cicd/formatter.ts:111
↓ 4 callersFunctionextractCircleCIWorkflows
( parsed: any, relPath: string, rawContent: string, )
src/plugins/cicd/circleci.ts:12
↓ 4 callersFunctionextractCrossPackageDeps
( packageDir: string, workspacePackageNames: string[] )
src/monorepo/deps.ts:19
↓ 4 callersFunctionextractNumber
(field: string)
src/config.ts:78
↓ 4 callersFunctionextractPathParams
(path: string)
src/ast/extract-go.ts:460
↓ 4 callersFunctionextractPathParams
(path: string)
src/ast/extract-routes.ts:13
↓ 4 callersFunctionextractPathParams
(path: string)
src/ast/extract-php.ts:12
↓ 4 callersFunctiongenerateMonorepoAIConfigs
( root: string, packages: Array<{ name: string; dir: string }>, outputDirName: string )
src/generators/ai-config.ts:335
↓ 4 callersFunctionloadModules
()
tests/reference-plugin.test.ts:32
↓ 4 callersFunctionmergeCliConfig
( config: CodesightConfig, cli: { maxDepth?: number; outputDir?: string; profile?: string;
src/config.ts:169
↓ 4 callersFunctionnativeEnabledFor
(r: NativeAstResolved, lang: NativeLang)
src/ast/native-loader.ts:124
↓ 4 callersFunctionparseSourceFile
(ts: any, fileName: string, content: string)
src/ast/loader.ts:55
↓ 4 callersFunctionreadFileSafe
(path: string)
src/telemetry.ts:48
↓ 4 callersMethodroutes
(source: string)
src/wasm/plugin-host.ts:52
↓ 4 callersFunctionrunPythonWithStdin
(script: string, source: string, filename: string)
src/ast/extract-python.ts:557
↓ 4 callersFunctionscan
( root: string, outputDirName: string, maxDepth: number, userConfig: CodesightConfig = {}, quiet = f
src/core.ts:28
↓ 4 callersFunctionscanDirForTf
(dir: string, maxDepth = 5)
src/plugins/terraform/file-collector.ts:61
↓ 4 callersFunctionstringLit
(e ast.Expr)
plugins/ast/golang/main.go:306
↓ 4 callersFunctionstripQuotes
(value: string)
src/plugins/terraform/hcl-parser.ts:480
↓ 4 callersFunctionwriteFixture
(name: string, files: Record<string, string>)
tests/native-ast.test.ts:60
↓ 4 callersFunctionwriteFixture
(subdir: string, files: Record<string, string>)
tests/plugins/cicd.test.ts:9
↓ 4 callersFunctionwriteOutput
( result: ScanResult, outputDir: string )
src/formatter.ts:5
↓ 3 callersFunctionanalyzeBlastRadius
( filePath: string, result: ScanResult, maxDepth = 3 )
src/detectors/blast-radius.ts:7
↓ 3 callersFunctionasArray
(val: any)
src/plugins/cicd/github-actions.ts:181
↓ 3 callersFunctionbind
(fn: (p: number, l: number) => bigint)
src/wasm/plugin-host.ts:238
↓ 3 callersFunctioncomputeCrudGroups
(routes: ScanResult["routes"])
src/formatter.ts:538
↓ 3 callersFunctionconsumeBlockScalar
( lines: string[], startIdx: number, parentIndent: number, )
src/plugins/cicd/yaml-parser.ts:214
↓ 3 callersFunctioncreateWikiFixture
()
tests/wiki.test.ts:10
↓ 3 callersFunctiondecode
(srcPtr: i32, srcLen: i32)
reference/ast-plugin/assembly/index.ts:60
↓ 3 callersFunctiondetectBrighterScriptTemplateRoot
(dir: string)
src/scanner.ts:1369
↓ 3 callersFunctiondetectComponents
( files: string[], project: ProjectInfo, // Reserved for symmetry with the other detectors. No native (r
src/detectors/components.ts:75
↓ 3 callersFunctiondetectConfig
( files: string[], project: ProjectInfo )
src/detectors/config.ts:30
↓ 3 callersFunctiondetectMiddleware
( files: string[], project: ProjectInfo )
src/detectors/middleware.ts:80
↓ 3 callersFunctiondetectRoutes
( files: string[], project: ProjectInfo, config?: CodesightConfig )
src/detectors/routes.ts:37
↓ 3 callersFunctiondetectSchemas
( files: string[], project: ProjectInfo, config?: CodesightConfig )
src/detectors/schema.ts:21
next →1–100 of 657, ranked by callers