MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / LanguageComplexity

Interface LanguageComplexity

lib/modules/github/language-ranker.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Repository } from './repository-fetcher';
2
3interface LanguageComplexity {
4 [key: string]: number;
5}
6
7const LANGUAGE_COMPLEXITY: LanguageComplexity = {
8 Rust: 9.5,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected