MCPcopy Create free account
hub / github.com/NICUP14/MiniLang / FunctionSignature

Class FunctionSignature

src/Def.py:199–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198@dataclass
199class FunctionSignature:
200 name: str
201 arg_cnt: int
202 arg_names: List[str]
203 arg_types: List[VariableType]
204 ret_type: VariableType
205 is_extern: bool
206 is_generic: bool
207 parser: Any
208
209
210@dataclass

Callers 3

_process_fun_argsMethod · 0.90
fun_declarationMethod · 0.90
struct_declarationMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected