MCPcopy Create free account
hub / github.com/LiteLLM-Labs/litellm-rust / Function

Class Function

scripts/check_code_size.py:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18@dataclass
19class Function:
20 name: str
21 start_line: int
22 end_line: int
23 loc: int
24
25
26def tracked_rust_files() -> list[Path]:

Callers 1

functions_in_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected