MCPcopy Create free account

hub / github.com/Houseofmvps/codesight / functions

Functions657 in github.com/Houseofmvps/codesight

↓ 2 callersFunctionstripCodeBlocks
* Strip fenced code blocks (``` ... ```) and inline `code` spans from markdown. * Prevents false positives when extracting questions, people, etc. fr
src/detectors/knowledge.ts:151
↓ 2 callersFunctionvisit
(node: any)
src/ast/extract-schema.ts:55
↓ 2 callersFunctionvisit
(node: any)
src/ast/extract-routes.ts:72
↓ 2 callersFunctionwriteDepsFile
( packageDir: string, deps: string[], outputDirName: string )
src/monorepo/deps.ts:51
↓ 1 callersFunction_collectFiles
(dir: string, results: string[])
src/monorepo/deps.ts:78
↓ 1 callersFunction_countFiles
( dir: string, state: { count: number }, threshold: number, onDone: (n: number) => void )
src/monorepo/discover.ts:218
↓ 1 callersFunction_walk
(dir: string, results: string[])
src/monorepo/discover.ts:151
↓ 1 callersFunctionalloc
(length: usize)
plugins/ast/python/src/lib.rs:54
↓ 1 callersFunctionalloc
go:wasmexport alloc
plugins/ast/golang/main.go:50
↓ 1 callersFunctionalloc
(length: usize)
plugins/ast/rust/src/lib.rs:53
↓ 1 callersFunctionanalyzeMultiFileBlastRadius
( files: string[], result: ScanResult, maxDepth = 3 )
src/detectors/blast-radius.ts:91
↓ 1 callersFunctionanalyze_call
Inspect a field's right-hand-side call for ORM hints, flags, relations, and type.
plugins/ast/python/src/lib.rs:499
↓ 1 callersFunctionannotation_type
Render an annotation to (type, nullable). `Optional[T]` / `Mapped[T]` unwrap.
plugins/ast/python/src/lib.rs:666
↓ 1 callersFunctionappendLog
(logPath: string, entry: string)
src/generators/wiki.ts:608
↓ 1 callersFunctionapplyTokenBudget
* Trim ScanResult to fit within a token budget. * Priority order (highest to lowest): * 1. Routes tagged with [auth, payment, ai] — keep * 2. S
src/index.ts:679
↓ 1 callersFunctionbindExports
(rawExports: unknown)
src/wasm/plugin-host.ts:204
↓ 1 callersFunctionbuildHtml
(r: ScanResult)
src/generators/html-report.ts:19
↓ 1 callersFunctionbuildNativeRegistry
(r: NativeAstResolved)
src/ast/native-loader.ts:153
↓ 1 callersFunctionbuildSummary
(infra: ServiceInfrastructure)
src/plugins/terraform/formatter.ts:128
↓ 1 callersFunctioncall_module
Leading dotted segment: `models.CharField` -> "models", bare `Column` -> None.
plugins/ast/python/src/lib.rs:573
↓ 1 callersFunctionclassifyRepoType
* Classify the repo structure into one of: single, monorepo, microservices, meta. * * - meta: .gitmodules exists → git submodules mean inde
src/scanner.ts:429
↓ 1 callersFunctionclassifyValueSource
(value: string)
src/plugins/terraform/extractor.ts:229
↓ 1 callersFunctioncleanup
(root: string)
tests/builtin-plugins.test.ts:17
↓ 1 callersFunctioncollectEnvironments
(jobRefs: any[])
src/plugins/cicd/circleci.ts:185
↓ 1 callersFunctioncollectGitHubActionsFiles
Collect .yml/.yaml files from .github/workflows/
src/plugins/cicd/index.ts:91
↓ 1 callersFunctioncollectPropsTypes
(node: any)
src/ast/extract-components.ts:38
↓ 1 callersFunctioncollectReusableWorkflowRefs
(jobs: any)
src/plugins/cicd/github-actions.ts:133
↓ 1 callersFunctioncollectSourceFiles
(dir: string)
src/monorepo/deps.ts:72
↓ 1 callersFunctioncollect_routes
(body: &[Statement], routes: &mut Vec<Route>)
plugins/ast/python/src/lib.rs:198
↓ 1 callersFunctioncollect_verbs
Collect HTTP verbs from an `axum` routing expression like `get(h).post(h2)`.
plugins/ast/rust/src/lib.rs:275
↓ 1 callersMethodcontractVersion
()
src/wasm/plugin-host.ts:191
↓ 1 callersFunctioncountSourceFiles
* Count source files (.ts, .tsx, .js, .jsx) under dir, excluding node_modules. * Returns early once count reaches the threshold (short-circuit optimi
src/monorepo/discover.ts:212
↓ 1 callersMethodcreate
()
tests/fixtures/nestjs-app/src/users.controller.ts:9
↓ 1 callersFunctioncreateTempRepo
(fixture: any)
src/eval.ts:70
↓ 1 callersFunctioncreateTerraformPlugin
(config: TerraformPluginConfig = {})
src/plugins/terraform/index.ts:30
↓ 1 callersFunctiondatabaseArticle
(result: ScanResult)
src/generators/wiki.ts:354
↓ 1 callersFunctiondefaultPluginDirs
Ordered plugin search path. Explicit override first, then user/data dirs, then install dir.
src/ast/native-loader.ts:105
↓ 1 callersFunctionderives
Collect the identifiers listed in every `#[derive(...)]` on an item.
plugins/ast/rust/src/lib.rs:384
↓ 1 callersMethoddescribe
()
src/wasm/plugin-host.ts:192
↓ 1 callersFunctiondescribeModuleDep
(moduleName: string, allBlocks: HclBlock[])
src/plugins/terraform/extractor.ts:349
↓ 1 callersFunctiondetectActiveRecordSchemas
( project: ProjectInfo )
src/detectors/schema.ts:550
↓ 1 callersFunctiondetectAdonisRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:561
↓ 1 callersFunctiondetectAndroidRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1476
↓ 1 callersFunctiondetectAngularComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:411
↓ 1 callersFunctiondetectAngularRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1529
↓ 1 callersFunctiondetectAspNetRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1394
↓ 1 callersFunctiondetectComponentFramework
( deps: Record<string, string>, frameworks: Framework[] = [] )
src/scanner.ts:817
↓ 1 callersFunctiondetectComposeComponentsFromFiles
( files: string[], project: ProjectInfo )
src/detectors/components.ts:391
↓ 1 callersFunctiondetectDjangoRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:875
↓ 1 callersFunctiondetectDjangoSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:608
↓ 1 callersFunctiondetectDrizzleSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:97
↓ 1 callersFunctiondetectEctoSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:481
↓ 1 callersFunctiondetectEloquentSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:682
↓ 1 callersFunctiondetectElysiaRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:518
↓ 1 callersFunctiondetectEntSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:458
↓ 1 callersFunctiondetectEntityFrameworkSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:710
↓ 1 callersFunctiondetectEnvVars
( files: string[], project: ProjectInfo )
src/detectors/config.ts:89
↓ 1 callersFunctiondetectExposedSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:915
↓ 1 callersFunctiondetectExpressRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:325
↓ 1 callersFunctiondetectFastAPIRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:788
↓ 1 callersFunctiondetectFastifyRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:369
↓ 1 callersFunctiondetectFlaskRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:828
↓ 1 callersFunctiondetectFlutterComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:371
↓ 1 callersFunctiondetectFlutterGoRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1437
↓ 1 callersFunctiondetectGORMSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:437
↓ 1 callersFunctiondetectGoRoutes
( files: string[], project: ProjectInfo, fw: Framework )
src/detectors/routes.ts:914
↓ 1 callersFunctiondetectHonoRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:279
↓ 1 callersFunctiondetectKnowledge
( files: string[], root: string )
src/detectors/knowledge.ts:340
↓ 1 callersFunctiondetectKoaRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:427
↓ 1 callersFunctiondetectKtorRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1117
↓ 1 callersFunctiondetectLanguage
( root: string, deps: Record<string, string> )
src/scanner.ts:831
↓ 1 callersFunctiondetectLaravelRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1369
↓ 1 callersFunctiondetectMongooseSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:728
↓ 1 callersFunctiondetectNative
( files: string[], project: ProjectInfo, resolved: NativeAstResolved )
src/detectors/native.ts:40
↓ 1 callersFunctiondetectNestJSRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:469
↓ 1 callersFunctiondetectNextAppRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:202
↓ 1 callersFunctiondetectNextPagesApi
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:240
↓ 1 callersFunctiondetectNoteType
(filename: string, content: string)
src/detectors/knowledge.ts:28
↓ 1 callersFunctiondetectNuxtRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:745
↓ 1 callersFunctiondetectOpenAPISpec
( root: string, project: ProjectInfo )
src/detectors/openapi.ts:26
↓ 1 callersFunctiondetectPHPRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1321
↓ 1 callersFunctiondetectPhoenixRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1014
↓ 1 callersFunctiondetectPrismaSchemas
( _files: string[], project: ProjectInfo )
src/detectors/schema.ts:198
↓ 1 callersFunctiondetectPublicFacing
(block: HclBlock)
src/plugins/terraform/extractor.ts:168
↓ 1 callersFunctiondetectRailsRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:967
↓ 1 callersFunctiondetectRawHttpRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1257
↓ 1 callersFunctiondetectRawSQLSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:1001
↓ 1 callersFunctiondetectReactComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:111
↓ 1 callersFunctiondetectRemixRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:698
↓ 1 callersFunctiondetectRokuMonorepo
( root: string )
src/scanner.ts:1411
↓ 1 callersFunctiondetectRokuScreens
( files: string[], project: ProjectInfo, config?: CodesightConfig )
src/detectors/routes.ts:1630
↓ 1 callersFunctiondetectRoomSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:1078
↓ 1 callersFunctiondetectRustRoutes
( files: string[], project: ProjectInfo, fw: Framework )
src/detectors/routes.ts:1193
↓ 1 callersFunctiondetectSQLAlchemySchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:357
↓ 1 callersFunctiondetectSceneGraphComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:499
↓ 1 callersFunctiondetectSceneGraphSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:1100
↓ 1 callersFunctiondetectSequelizeSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:865
↓ 1 callersFunctiondetectSpringRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1068
↓ 1 callersFunctiondetectSvelteComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:322
↓ 1 callersFunctiondetectSvelteKitRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:644
← previousnext →201–300 of 657, ranked by callers