Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Houseofmvps/codesight
/ functions
Functions
657 in github.com/Houseofmvps/codesight
⨍
Functions
657
◇
Types & classes
98
↳
Endpoints
10
↓ 334 callers
Function
join
(prefix: impl core::fmt::Display, suffix: impl core::fmt::Display)
plugins/ast/rust/src/lib.rs:487
↓ 85 callers
Function
readFileSafe
(path: string)
src/plugins/cicd/index.ts:103
↓ 52 callers
Function
fileExists
(path: string)
src/scanner.ts:1492
↓ 52 callers
Function
writeFixture
(subdir: string, files: Record<string, string>)
tests/detectors.test.ts:9
↓ 44 callers
Function
describe
()
plugins/ast/rust/src/lib.rs:31
↓ 41 callers
Function
detectTags
(content: string)
src/detectors/routes.ts:27
↓ 40 callers
Function
getText
(sf: any, node: any)
src/ast/loader.ts:110
↓ 33 callers
Function
escapeHtml
(str: string)
src/generators/html-report.ts:5
↓ 26 callers
Function
parseYAML
(text: string)
src/plugins/cicd/yaml-parser.ts:17
↓ 15 callers
Function
fileExists
(path: string)
src/generators/ai-config.ts:5
↓ 13 callers
Function
getScanResult
(directory?: string)
src/mcp-server.ts:60
↓ 13 callers
Function
indentOf
(line: string)
src/plugins/cicd/yaml-parser.ts:361
↓ 12 callers
Function
loadModules
()
tests/detectors.test.ts:21
↓ 12 callers
Function
writeFixture
(subdir: string, files: Record<string, string>)
tests/monorepo.test.ts:9
↓ 11 callers
Function
normaliseServiceName
(name: string)
src/plugins/terraform/service-matcher.ts:105
↓ 11 callers
Function
parseHclFile
(content: string, filePath: string)
src/plugins/terraform/hcl-parser.ts:7
↓ 10 callers
Function
loadTypeScript
(projectRoot: string)
src/ast/loader.ts:14
↓ 9 callers
Function
cleanup
()
tests/mcp.test.ts:31
↓ 9 callers
Function
createGitHooksPlugin
()
src/plugins/githooks/index.ts:9
↓ 9 callers
Function
hasRokuManifest
(dir: string)
src/scanner.ts:1343
↓ 9 callers
Function
matchServiceBlocks
( projectName: string, blocks: HclBlock[], config: TerraformPluginConfig, )
src/plugins/terraform/service-matcher.ts:14
↓ 9 callers
Function
send
(msg: JsonRpcResponse)
src/mcp-server.ts:46
↓ 9 callers
Function
skipEmpty
(lines: string[], startIdx: number)
src/plugins/cicd/yaml-parser.ts:370
↓ 8 callers
Function
cleanup
(root: string)
tests/githooks-plugin.test.ts:20
↓ 8 callers
Function
collectFiles
( root: string, maxDepth = 10, ignorePatterns: string[] = [] )
src/scanner.ts:122
↓ 8 callers
Function
extractBraceBlock
* 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 callers
Function
fakeProject
(root: string)
tests/githooks-plugin.test.ts:24
↓ 8 callers
Function
readWikiArticle
( outputDir: string, article: string )
src/generators/wiki.ts:723
↓ 8 callers
Function
resolveNativeAst
( cfg: NativeAstConfig | undefined, projectRoot: string )
src/ast/native-loader.ts:82
↓ 8 callers
Function
setup
(files: Record<string, string>, executablePaths: string[] = [])
tests/githooks-plugin.test.ts:7
↓ 7 callers
Function
detectProject
(root: string)
src/scanner.ts:226
↓ 7 callers
Function
extractGitHubActionsWorkflow
( parsed: any, relPath: string, rawContent: string, )
src/plugins/cicd/github-actions.ts:7
↓ 7 callers
Function
extractRoutesAST
( ts: any, filePath: string, content: string, framework: Framework, tags: string[] )
src/ast/extract-routes.ts:25
↓ 7 callers
Function
loadModules
()
tests/native-ast.test.ts:8
↓ 7 callers
Function
parseDecorator
(ts: any, sf: any, decorator: any)
src/ast/loader.ts:80
↓ 7 callers
Function
stripComments
(content: string)
src/plugins/terraform/hcl-parser.ts:38
↓ 6 callers
Function
createBuiltinPlugins
(disabled: ReadonlySet<string> = new Set())
src/plugins/index.ts:37
↓ 6 callers
Function
createSkillsPlugin
()
src/plugins/skills/index.ts:14
↓ 6 callers
Function
formatPercent
(n: number)
src/eval.ts:151
↓ 6 callers
Function
runMonorepoScan
( root: string, userConfig: CodesightConfig, targetPackage?: string )
src/monorepo/orchestrator.ts:14
↓ 5 callers
Function
add
(r: RouteInfo)
src/detectors/native.ts:97
↓ 5 callers
Function
asArray
(val: any)
src/plugins/cicd/circleci.ts:224
↓ 5 callers
Function
calcMetrics
(detected: Set<string>, expected: Set<string>)
src/eval.ts:43
↓ 5 callers
Function
cleanWikilinks
(text: string)
src/detectors/knowledge.ts:297
↓ 5 callers
Function
cleanup
(root: string)
tests/skills-plugin.test.ts:17
↓ 5 callers
Function
createCICDPlugin
(config: CICDPluginConfig = {})
src/plugins/cicd/index.ts:36
↓ 5 callers
Function
discoverPackages
( root: string, config: MonorepoConfig )
src/monorepo/discover.ts:16
↓ 5 callers
Function
extractBraceBlock
(content: string, startAfterOpenBrace: number)
src/plugins/terraform/hcl-parser.ts:192
↓ 5 callers
Function
extractServiceInfrastructure
( matchedBlocks: HclBlock[], allBlocks: HclBlock[], config: TerraformPluginConfig, )
src/plugins/terraform/extractor.ts:20
↓ 5 callers
Function
fakeProject
(root: string)
tests/skills-plugin.test.ts:21
↓ 5 callers
Function
getDecorators
(ts: any, node: any)
src/ast/loader.ts:68
↓ 5 callers
Function
parseBlock
( lines: string[], startIdx: number, baseIndent: number, )
src/plugins/cicd/yaml-parser.ts:28
↓ 5 callers
Function
printMetrics
(label: string, m: EvalMetrics)
src/eval.ts:155
↓ 5 callers
Function
push
(name: string, kind: ExportItem["kind"], signature?: string)
src/ast/extract-brighterscript.ts:47
↓ 5 callers
Function
quote
(s: string)
reference/ast-plugin/assembly/index.ts:88
↓ 5 callers
Function
setup
(files: Record<string, string>)
tests/skills-plugin.test.ts:7
↓ 4 callers
Function
addRoute
(path: string)
src/ast/extract-dart.ts:44
↓ 4 callers
Method
alloc
(len: number)
src/wasm/plugin-host.ts:189
↓ 4 callers
Function
assertFastApiSqlAlchemyDetection
(mods: any, dir: string, workspacePath: string, forbiddenWorkspacePaths: string[] = [])
tests/detectors.test.ts:34
↓ 4 callers
Function
classifyMiddleware
( name: string, content: string )
src/detectors/middleware.ts:67
↓ 4 callers
Function
collectTfFiles
( projectRoot: string, config: TerraformPluginConfig, )
src/plugins/terraform/file-collector.ts:17
↓ 4 callers
Function
compactParams
(params: string)
src/detectors/libs.ts:240
↓ 4 callers
Function
countTokens
(text: string)
src/telemetry.ts:44
↓ 4 callers
Function
detectWorkspace
* 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 callers
Function
emit
(json: string)
reference/ast-plugin/assembly/index.ts:66
↓ 4 callers
Function
escapeTableCell
Escape pipe characters so they don't break markdown table cells.
src/plugins/cicd/formatter.ts:111
↓ 4 callers
Function
extractCircleCIWorkflows
( parsed: any, relPath: string, rawContent: string, )
src/plugins/cicd/circleci.ts:12
↓ 4 callers
Function
extractCrossPackageDeps
( packageDir: string, workspacePackageNames: string[] )
src/monorepo/deps.ts:19
↓ 4 callers
Function
extractNumber
(field: string)
src/config.ts:78
↓ 4 callers
Function
extractPathParams
(path: string)
src/ast/extract-go.ts:460
↓ 4 callers
Function
extractPathParams
(path: string)
src/ast/extract-routes.ts:13
↓ 4 callers
Function
extractPathParams
(path: string)
src/ast/extract-php.ts:12
↓ 4 callers
Function
generateMonorepoAIConfigs
( root: string, packages: Array<{ name: string; dir: string }>, outputDirName: string )
src/generators/ai-config.ts:335
↓ 4 callers
Function
loadModules
()
tests/reference-plugin.test.ts:32
↓ 4 callers
Function
mergeCliConfig
( config: CodesightConfig, cli: { maxDepth?: number; outputDir?: string; profile?: string;
src/config.ts:169
↓ 4 callers
Function
nativeEnabledFor
(r: NativeAstResolved, lang: NativeLang)
src/ast/native-loader.ts:124
↓ 4 callers
Function
parseSourceFile
(ts: any, fileName: string, content: string)
src/ast/loader.ts:55
↓ 4 callers
Function
readFileSafe
(path: string)
src/telemetry.ts:48
↓ 4 callers
Method
routes
(source: string)
src/wasm/plugin-host.ts:52
↓ 4 callers
Function
runPythonWithStdin
(script: string, source: string, filename: string)
src/ast/extract-python.ts:557
↓ 4 callers
Function
scan
( root: string, outputDirName: string, maxDepth: number, userConfig: CodesightConfig = {}, quiet = f
src/core.ts:28
↓ 4 callers
Function
scanDirForTf
(dir: string, maxDepth = 5)
src/plugins/terraform/file-collector.ts:61
↓ 4 callers
Function
stringLit
(e ast.Expr)
plugins/ast/golang/main.go:306
↓ 4 callers
Function
stripQuotes
(value: string)
src/plugins/terraform/hcl-parser.ts:480
↓ 4 callers
Function
writeFixture
(name: string, files: Record<string, string>)
tests/native-ast.test.ts:60
↓ 4 callers
Function
writeFixture
(subdir: string, files: Record<string, string>)
tests/plugins/cicd.test.ts:9
↓ 4 callers
Function
writeOutput
( result: ScanResult, outputDir: string )
src/formatter.ts:5
↓ 3 callers
Function
analyzeBlastRadius
( filePath: string, result: ScanResult, maxDepth = 3 )
src/detectors/blast-radius.ts:7
↓ 3 callers
Function
asArray
(val: any)
src/plugins/cicd/github-actions.ts:181
↓ 3 callers
Function
bind
(fn: (p: number, l: number) => bigint)
src/wasm/plugin-host.ts:238
↓ 3 callers
Function
computeCrudGroups
(routes: ScanResult["routes"])
src/formatter.ts:538
↓ 3 callers
Function
consumeBlockScalar
( lines: string[], startIdx: number, parentIndent: number, )
src/plugins/cicd/yaml-parser.ts:214
↓ 3 callers
Function
createWikiFixture
()
tests/wiki.test.ts:10
↓ 3 callers
Function
decode
(srcPtr: i32, srcLen: i32)
reference/ast-plugin/assembly/index.ts:60
↓ 3 callers
Function
detectBrighterScriptTemplateRoot
(dir: string)
src/scanner.ts:1369
↓ 3 callers
Function
detectComponents
( files: string[], project: ProjectInfo, // Reserved for symmetry with the other detectors. No native (r
src/detectors/components.ts:75
↓ 3 callers
Function
detectConfig
( files: string[], project: ProjectInfo )
src/detectors/config.ts:30
↓ 3 callers
Function
detectMiddleware
( files: string[], project: ProjectInfo )
src/detectors/middleware.ts:80
↓ 3 callers
Function
detectRoutes
( files: string[], project: ProjectInfo, config?: CodesightConfig )
src/detectors/routes.ts:37
↓ 3 callers
Function
detectSchemas
( files: string[], project: ProjectInfo, config?: CodesightConfig )
src/detectors/schema.ts:21
next →
1–100 of 657, ranked by callers