MCPcopy Create free account

hub / github.com/Houseofmvps/codesight / functions

Functions657 in github.com/Houseofmvps/codesight

↓ 1 callersFunctionextractSceneGraphImportsInline
( content: string, rel: string, edges: ImportEdge[], importCount: Map<string, number>, relPathSet: S
src/detectors/graph.ts:267
↓ 1 callersFunctionextractSchemas
(src: string)
reference/ast-plugin/assembly/index.ts:110
↓ 1 callersFunctionextractSchemas
─── schemas (GORM + Ent) ───
plugins/ast/golang/main.go:317
↓ 1 callersFunctionextractSecrets
(blocks: HclBlock[])
src/plugins/terraform/extractor.ts:242
↓ 1 callersFunctionextractSecrets
(rawContent: string)
src/plugins/cicd/github-actions.ts:151
↓ 1 callersFunctionextractSecrets
(rawContent: string)
src/plugins/cicd/circleci.ts:198
↓ 1 callersFunctionextractShellCommands
(content: string)
src/plugins/githooks/husky.ts:28
↓ 1 callersFunctionextractShellCommands
(content: string)
src/plugins/githooks/raw.ts:33
↓ 1 callersFunctionextractSummary
(content: string, maxLen = 160)
src/detectors/knowledge.ts:305
↓ 1 callersFunctionextractSwiftExports
(content: string)
src/ast/extract-swift.ts:166
↓ 1 callersFunctionextractSwiftUIViews
( filePath: string, content: string )
src/ast/extract-swift.ts:114
↓ 1 callersFunctionextractSwiftViewProps
(content: string, _viewName: string)
src/ast/extract-swift.ts:148
↓ 1 callersFunctionextractTRPCRoutes
( ts: any, sf: any, filePath: string, _content: string, tags: string[] )
src/ast/extract-routes.ts:340
↓ 1 callersFunctionextractTSExports
(content: string)
src/detectors/libs.ts:95
↓ 1 callersFunctionextractTSImports
( content: string, rel: string, absPath: string, project: ProjectInfo, relPathSet: Set<string>, ed
src/detectors/graph.ts:75
↓ 1 callersFunctionextractTags
(fm: Record<string, string | string[]>, content: string)
src/detectors/knowledge.ts:275
↓ 1 callersFunctionextractTriggers
(on: any)
src/plugins/cicd/github-actions.ts:48
↓ 1 callersFunctionextractTriggers
( jobRefs: any[], parameters: Record<string, any>, workflow: Record<string, any>, )
src/plugins/cicd/circleci.ts:121
↓ 1 callersFunctionextractTypeORMEntities
(ts: any, sf: any)
src/ast/extract-schema.ts:264
↓ 1 callersFunctionextractTypeORMSchemaAST
( ts: any, filePath: string, content: string )
src/ast/extract-schema.ts:34
↓ 1 callersFunctionextractVaporRoutes
( filePath: string, content: string, tags: string[] )
src/ast/extract-swift.ts:26
↓ 1 callersFunctionfakeProject
(root: string)
tests/builtin-plugins.test.ts:21
↓ 1 callersFunctionfield_flags
Field-level flags from `#[sea_orm(primary_key)]` / `#[sea_orm(unique)]`.
plugins/ast/rust/src/lib.rs:401
↓ 1 callersFunctionfileExists
(path: string)
src/index.ts:74
↓ 1 callersFunctionfilterNotableDeps
(deps: Record<string, string>)
src/formatter.ts:448
↓ 1 callersFunctionfindComponents
(node: any)
src/ast/extract-components.ts:78
↓ 1 callersFunctionfindProcedureMethod
(node: any)
src/ast/extract-routes.ts:363
↓ 1 callersFunctionfirst_str_arg
First string-literal argument of an attribute — the route path in `#[get("/p")]`, `#[post("/p", data = "<x>")]`, or `#[route("/p", method = "GET")]`.
plugins/ast/rust/src/lib.rs:227
↓ 1 callersFunctionflatten_use
(tree: &UseTree, prefix: impl Clone + core::fmt::Display, out: &mut Vec<String>)
plugins/ast/rust/src/lib.rs:470
↓ 1 callersFunctionformatCICD
(pipelines: CICDPipeline[])
src/plugins/cicd/formatter.ts:8
↓ 1 callersFunctionformatCombined
( result: ScanResult, sections: { name: string; content: string }[] )
src/formatter.ts:377
↓ 1 callersFunctionformatComponents
(result: ScanResult)
src/formatter.ts:241
↓ 1 callersFunctionformatConfig
(result: ScanResult)
src/formatter.ts:291
↓ 1 callersFunctionformatCoverage
(result: ScanResult)
src/formatter.ts:504
↓ 1 callersFunctionformatEvents
(result: ScanResult)
src/formatter.ts:479
↓ 1 callersFunctionformatGitHooks
(hooks: GitHook[])
src/plugins/githooks/formatter.ts:14
↓ 1 callersFunctionformatGraph
(result: ScanResult)
src/formatter.ts:344
↓ 1 callersFunctionformatKnowledge
(map: KnowledgeMap, projectName: string, version: string)
src/formatter.ts:601
↓ 1 callersFunctionformatLibs
(result: ScanResult)
src/formatter.ts:261
↓ 1 callersFunctionformatMiddleware
(result: ScanResult)
src/formatter.ts:324
↓ 1 callersFunctionformatRoutes
(result: ScanResult)
src/formatter.ts:90
↓ 1 callersFunctionformatSchema
(result: ScanResult)
src/formatter.ts:206
↓ 1 callersFunctionformatSkills
(skills: Skill[])
src/plugins/skills/formatter.ts:3
↓ 1 callersFunctiongenerateContext
(result: ScanResult)
src/generators/ai-config.ts:14
↓ 1 callersFunctiongenerateHtmlReport
( result: ScanResult, outputDir: string )
src/generators/html-report.ts:9
↓ 1 callersFunctiongenerateMonorepoContext
( packages: Array<{ name: string; dir: string }>, outputDirName: string )
src/generators/ai-config.ts:315
↓ 1 callersFunctiongenerateProfileConfig
( result: ScanResult, root: string, profile: string )
src/generators/ai-config.ts:179
↓ 1 callersFunctiongetAndroidDeps
(root: string)
src/scanner.ts:1269
↓ 1 callersFunctiongetNativePlugin
* Build a domain-typed adapter around the raw plugin, or null if unavailable. * A method is exposed only when the plugin exports the matching capabil
src/ast/native-loader.ts:296
↓ 1 callersFunctiongetWorkspacePatterns
( root: string, pkg: Record<string, any> )
src/scanner.ts:1087
↓ 1 callersFunctiongoImportUsed
(root: string, importStr: string)
src/scanner.ts:1227
↓ 1 callersFunctiongroupPrefixes
groupPrefixes resolves router-group variables to their accumulated path prefix, e.g. `api := r.Group("/api"); v1 := api.Group("/v1")` => {api:/api, v1
plugins/ast/golang/main.go:189
↓ 1 callersFunctionhandleRequest
(req: JsonRpcRequest)
src/mcp-server.ts:629
↓ 1 callersFunctionindexFile
(result: ScanResult, articles: string[])
src/generators/wiki.ts:545
↓ 1 callersFunctioninferDeployTarget
(actions: string[], steps: any[])
src/plugins/cicd/github-actions.ts:161
↓ 1 callersFunctioninferDeploymentType
(moduleSource: string | undefined, resourceType: string)
src/plugins/terraform/extractor.ts:154
↓ 1 callersFunctioninstallGitHook
(root: string, outputDirName: string)
src/index.ts:152
↓ 1 callersFunctionisComputeModule
(block: HclBlock)
src/plugins/terraform/extractor.ts:139
↓ 1 callersFunctionisComputeResource
(resourceType: string)
src/plugins/terraform/extractor.ts:129
↓ 1 callersFunctionisInsideMutationClass
(content: string, idx: number)
src/detectors/graphql.ts:213
↓ 1 callersFunctionisStrict
(r: NativeAstResolved)
src/ast/native-loader.ts:128
↓ 1 callersFunctionlibGroupKey
* Derive a human-readable group name from a relative file path. * Strips generic top-level dirs (src, lib, source) so that * "src/engine/world.ts" →
src/generators/wiki.ts:486
↓ 1 callersFunctionlibrariesArticle
* Generate a libraries.md article grouping lib files by top-level source directory. * Emitted when a project has significant library code but few/no
src/generators/wiki.ts:497
↓ 1 callersFunctionlintWiki
( result: ScanResult, outputDir: string )
src/generators/wiki.ts:750
↓ 1 callersFunctionlistPluginFiles
(pluginDirs: string[])
src/wasm/plugin-host.ts:79
↓ 1 callersFunctionloadTsConfig
(configPath: string, _root: string)
src/config.ts:146
↓ 1 callersFunctionlooksLikeFramedTransport
(buffer: string)
src/mcp-server.ts:42
↓ 1 callersFunctionmain
()
src/index.ts:308
↓ 1 callersFunctionmeasureAddRoute
* Task 2: "Add a new API route" * Without codesight: AI needs to find existing routes to match patterns, * read schema for related models, check mid
src/telemetry.ts:135
↓ 1 callersFunctionmeasureExplainArchitecture
* Task 1: "Explain the architecture" * Without codesight: AI reads package.json, scans dirs, reads route files, * schema files, config files, middle
src/telemetry.ts:62
↓ 1 callersFunctionmeasureReviewDiff
* Task 3: "Review a diff / understand blast radius" * Without codesight: AI needs to trace imports, find dependents, check what routes * and models
src/telemetry.ts:193
↓ 1 callersFunctionmergeNativeRoutes
( builtin: RouteInfo[], native: RouteInfo[], resolved: NativeAstResolved, registry: NativeRegistry )
src/detectors/native.ts:87
↓ 1 callersFunctionmergeNativeSchemas
(builtin: SchemaModel[], native: SchemaModel[])
src/detectors/native.ts:128
↓ 1 callersFunctionnormPath
(p: string)
src/detectors/blast-radius.ts:16
↓ 1 callersFunctionnormalizeImportPath
( importPath: string, relPathSet: Set<string> )
src/detectors/graph.ts:236
↓ 1 callersFunctionnormalizePath
(path: string)
src/detectors/routes.ts:1180
↓ 1 callersFunctionnormalizeSceneGraphType
(raw: string)
src/ast/extract-scenegraph.ts:145
↓ 1 callersFunctionnormalize_route
Normalize a URLConf pattern to a leading-slash path, stripping regex anchors.
plugins/ast/python/src/lib.rs:249
↓ 1 callersFunctionnowTs
()
src/generators/wiki.ts:10
↓ 1 callersFunctionorm_from_bases
Map a base class to its ORM when the field constructors didn't already reveal it.
plugins/ast/python/src/lib.rs:604
↓ 1 callersFunctionoverviewArticle
(result: ScanResult)
src/generators/wiki.ts:148
↓ 1 callersFunctionparseBlockBody
(body: string)
src/plugins/terraform/hcl-parser.ts:261
↓ 1 callersFunctionparseFieldChain
(ts: any, sf: any, node: any)
src/ast/extract-schema.ts:132
↓ 1 callersFunctionparseFlowSequence
(s: string)
src/plugins/cicd/yaml-parser.ts:257
↓ 1 callersFunctionparseHusky
(root: string)
src/plugins/githooks/husky.ts:10
↓ 1 callersFunctionparseJSMountsToGraph
TypeScript/JavaScript: scan ALL files for .route()/.use() mount registrations
src/detectors/routes.ts:1827
↓ 1 callersFunctionparseJson
(obj: Record<string, unknown>, source: string)
src/plugins/githooks/lefthook.ts:79
↓ 1 callersFunctionparseLefthook
(root: string)
src/plugins/githooks/lefthook.ts:10
↓ 1 callersFunctionparseListOfMaps
* Parse `[{ name = "X", value = "Y" }, { name = "A", value = "B" }]` * Returns array of key-value records.
src/plugins/terraform/hcl-parser.ts:414
↓ 1 callersFunctionparseMapping
( lines: string[], startIdx: number, baseIndent: number, )
src/plugins/cicd/yaml-parser.ts:42
↓ 1 callersFunctionparseMinimalYAML
* Minimal YAML parser — handles flat key:value and nested objects/arrays * sufficient for OpenAPI specs. Not a full YAML parser.
src/detectors/openapi.ts:181
↓ 1 callersFunctionparseNativeAstEnv
Parse CODESIGHT_NATIVE_AST: ""|none|off|0|false → off; 1|true|on|all → all; strict; or a comma id list.
src/index.ts:113
↓ 1 callersFunctionparsePyprojectPoetryDeps
Poetry: [tool.poetry.dependencies] — key = "version" pairs
src/scanner.ts:1203
↓ 1 callersFunctionparsePyprojectProjectDeps
PEP 621: [project] dependencies = [...]
src/scanner.ts:1174
↓ 1 callersFunctionparsePythonMountsToGraph
Python/FastAPI: scan for APIRouter(prefix=...) + include_router() chains
src/detectors/routes.ts:1914
↓ 1 callersFunctionparsePythonRequirements
(content: string, root: string, deps: string[])
src/scanner.ts:1109
↓ 1 callersFunctionparseRawHooks
(root: string)
src/plugins/githooks/raw.ts:10
↓ 1 callersFunctionparseSequence
( lines: string[], startIdx: number, baseIndent: number, )
src/plugins/cicd/yaml-parser.ts:95
↓ 1 callersFunctionparseTopLevelBlocks
(content: string, filePath: string)
src/plugins/terraform/hcl-parser.ts:137
↓ 1 callersFunctionparseYAMLBlock
( lines: string[], startIdx: number, baseIndent: number )
src/detectors/openapi.ts:187
← previousnext →401–500 of 657, ranked by callers