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
↓ 2 callers
Function
stripCodeBlocks
* 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 callers
Function
visit
(node: any)
src/ast/extract-schema.ts:55
↓ 2 callers
Function
visit
(node: any)
src/ast/extract-routes.ts:72
↓ 2 callers
Function
writeDepsFile
( packageDir: string, deps: string[], outputDirName: string )
src/monorepo/deps.ts:51
↓ 1 callers
Function
_collectFiles
(dir: string, results: string[])
src/monorepo/deps.ts:78
↓ 1 callers
Function
_countFiles
( dir: string, state: { count: number }, threshold: number, onDone: (n: number) => void )
src/monorepo/discover.ts:218
↓ 1 callers
Function
_walk
(dir: string, results: string[])
src/monorepo/discover.ts:151
↓ 1 callers
Function
alloc
(length: usize)
plugins/ast/python/src/lib.rs:54
↓ 1 callers
Function
alloc
go:wasmexport alloc
plugins/ast/golang/main.go:50
↓ 1 callers
Function
alloc
(length: usize)
plugins/ast/rust/src/lib.rs:53
↓ 1 callers
Function
analyzeMultiFileBlastRadius
( files: string[], result: ScanResult, maxDepth = 3 )
src/detectors/blast-radius.ts:91
↓ 1 callers
Function
analyze_call
Inspect a field's right-hand-side call for ORM hints, flags, relations, and type.
plugins/ast/python/src/lib.rs:499
↓ 1 callers
Function
annotation_type
Render an annotation to (type, nullable). `Optional[T]` / `Mapped[T]` unwrap.
plugins/ast/python/src/lib.rs:666
↓ 1 callers
Function
appendLog
(logPath: string, entry: string)
src/generators/wiki.ts:608
↓ 1 callers
Function
applyTokenBudget
* 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 callers
Function
bindExports
(rawExports: unknown)
src/wasm/plugin-host.ts:204
↓ 1 callers
Function
buildHtml
(r: ScanResult)
src/generators/html-report.ts:19
↓ 1 callers
Function
buildNativeRegistry
(r: NativeAstResolved)
src/ast/native-loader.ts:153
↓ 1 callers
Function
buildSummary
(infra: ServiceInfrastructure)
src/plugins/terraform/formatter.ts:128
↓ 1 callers
Function
call_module
Leading dotted segment: `models.CharField` -> "models", bare `Column` -> None.
plugins/ast/python/src/lib.rs:573
↓ 1 callers
Function
classifyRepoType
* Classify the repo structure into one of: single, monorepo, microservices, meta. * * - meta: .gitmodules exists → git submodules mean inde
src/scanner.ts:429
↓ 1 callers
Function
classifyValueSource
(value: string)
src/plugins/terraform/extractor.ts:229
↓ 1 callers
Function
cleanup
(root: string)
tests/builtin-plugins.test.ts:17
↓ 1 callers
Function
collectEnvironments
(jobRefs: any[])
src/plugins/cicd/circleci.ts:185
↓ 1 callers
Function
collectGitHubActionsFiles
Collect .yml/.yaml files from .github/workflows/
src/plugins/cicd/index.ts:91
↓ 1 callers
Function
collectPropsTypes
(node: any)
src/ast/extract-components.ts:38
↓ 1 callers
Function
collectReusableWorkflowRefs
(jobs: any)
src/plugins/cicd/github-actions.ts:133
↓ 1 callers
Function
collectSourceFiles
(dir: string)
src/monorepo/deps.ts:72
↓ 1 callers
Function
collect_routes
(body: &[Statement], routes: &mut Vec<Route>)
plugins/ast/python/src/lib.rs:198
↓ 1 callers
Function
collect_verbs
Collect HTTP verbs from an `axum` routing expression like `get(h).post(h2)`.
plugins/ast/rust/src/lib.rs:275
↓ 1 callers
Method
contractVersion
()
src/wasm/plugin-host.ts:191
↓ 1 callers
Function
countSourceFiles
* 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 callers
Method
create
()
tests/fixtures/nestjs-app/src/users.controller.ts:9
↓ 1 callers
Function
createTempRepo
(fixture: any)
src/eval.ts:70
↓ 1 callers
Function
createTerraformPlugin
(config: TerraformPluginConfig = {})
src/plugins/terraform/index.ts:30
↓ 1 callers
Function
databaseArticle
(result: ScanResult)
src/generators/wiki.ts:354
↓ 1 callers
Function
defaultPluginDirs
Ordered plugin search path. Explicit override first, then user/data dirs, then install dir.
src/ast/native-loader.ts:105
↓ 1 callers
Function
derives
Collect the identifiers listed in every `#[derive(...)]` on an item.
plugins/ast/rust/src/lib.rs:384
↓ 1 callers
Method
describe
()
src/wasm/plugin-host.ts:192
↓ 1 callers
Function
describeModuleDep
(moduleName: string, allBlocks: HclBlock[])
src/plugins/terraform/extractor.ts:349
↓ 1 callers
Function
detectActiveRecordSchemas
( project: ProjectInfo )
src/detectors/schema.ts:550
↓ 1 callers
Function
detectAdonisRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:561
↓ 1 callers
Function
detectAndroidRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1476
↓ 1 callers
Function
detectAngularComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:411
↓ 1 callers
Function
detectAngularRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1529
↓ 1 callers
Function
detectAspNetRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1394
↓ 1 callers
Function
detectComponentFramework
( deps: Record<string, string>, frameworks: Framework[] = [] )
src/scanner.ts:817
↓ 1 callers
Function
detectComposeComponentsFromFiles
( files: string[], project: ProjectInfo )
src/detectors/components.ts:391
↓ 1 callers
Function
detectDjangoRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:875
↓ 1 callers
Function
detectDjangoSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:608
↓ 1 callers
Function
detectDrizzleSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:97
↓ 1 callers
Function
detectEctoSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:481
↓ 1 callers
Function
detectEloquentSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:682
↓ 1 callers
Function
detectElysiaRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:518
↓ 1 callers
Function
detectEntSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:458
↓ 1 callers
Function
detectEntityFrameworkSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:710
↓ 1 callers
Function
detectEnvVars
( files: string[], project: ProjectInfo )
src/detectors/config.ts:89
↓ 1 callers
Function
detectExposedSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:915
↓ 1 callers
Function
detectExpressRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:325
↓ 1 callers
Function
detectFastAPIRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:788
↓ 1 callers
Function
detectFastifyRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:369
↓ 1 callers
Function
detectFlaskRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:828
↓ 1 callers
Function
detectFlutterComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:371
↓ 1 callers
Function
detectFlutterGoRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1437
↓ 1 callers
Function
detectGORMSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:437
↓ 1 callers
Function
detectGoRoutes
( files: string[], project: ProjectInfo, fw: Framework )
src/detectors/routes.ts:914
↓ 1 callers
Function
detectHonoRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:279
↓ 1 callers
Function
detectKnowledge
( files: string[], root: string )
src/detectors/knowledge.ts:340
↓ 1 callers
Function
detectKoaRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:427
↓ 1 callers
Function
detectKtorRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1117
↓ 1 callers
Function
detectLanguage
( root: string, deps: Record<string, string> )
src/scanner.ts:831
↓ 1 callers
Function
detectLaravelRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1369
↓ 1 callers
Function
detectMongooseSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:728
↓ 1 callers
Function
detectNative
( files: string[], project: ProjectInfo, resolved: NativeAstResolved )
src/detectors/native.ts:40
↓ 1 callers
Function
detectNestJSRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:469
↓ 1 callers
Function
detectNextAppRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:202
↓ 1 callers
Function
detectNextPagesApi
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:240
↓ 1 callers
Function
detectNoteType
(filename: string, content: string)
src/detectors/knowledge.ts:28
↓ 1 callers
Function
detectNuxtRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:745
↓ 1 callers
Function
detectOpenAPISpec
( root: string, project: ProjectInfo )
src/detectors/openapi.ts:26
↓ 1 callers
Function
detectPHPRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1321
↓ 1 callers
Function
detectPhoenixRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1014
↓ 1 callers
Function
detectPrismaSchemas
( _files: string[], project: ProjectInfo )
src/detectors/schema.ts:198
↓ 1 callers
Function
detectPublicFacing
(block: HclBlock)
src/plugins/terraform/extractor.ts:168
↓ 1 callers
Function
detectRailsRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:967
↓ 1 callers
Function
detectRawHttpRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1257
↓ 1 callers
Function
detectRawSQLSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:1001
↓ 1 callers
Function
detectReactComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:111
↓ 1 callers
Function
detectRemixRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:698
↓ 1 callers
Function
detectRokuMonorepo
( root: string )
src/scanner.ts:1411
↓ 1 callers
Function
detectRokuScreens
( files: string[], project: ProjectInfo, config?: CodesightConfig )
src/detectors/routes.ts:1630
↓ 1 callers
Function
detectRoomSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:1078
↓ 1 callers
Function
detectRustRoutes
( files: string[], project: ProjectInfo, fw: Framework )
src/detectors/routes.ts:1193
↓ 1 callers
Function
detectSQLAlchemySchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:357
↓ 1 callers
Function
detectSceneGraphComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:499
↓ 1 callers
Function
detectSceneGraphSchemas
( files: string[], project: ProjectInfo )
src/detectors/schema.ts:1100
↓ 1 callers
Function
detectSequelizeSchemas
( files: string[], _project: ProjectInfo )
src/detectors/schema.ts:865
↓ 1 callers
Function
detectSpringRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:1068
↓ 1 callers
Function
detectSvelteComponents
( files: string[], project: ProjectInfo )
src/detectors/components.ts:322
↓ 1 callers
Function
detectSvelteKitRoutes
( files: string[], project: ProjectInfo )
src/detectors/routes.ts:644
← previous
next →
201–300 of 657, ranked by callers