Skip to main content

Module runtime_symbols

Module runtime_symbols 

Source

Structsยง

ExpectedSymbol ๐Ÿ”’
RuntimeSymbols

Staticsยง

EXPECTED_SYMBOLS ๐Ÿ”’
INVALID_RUNTIME_SYMBOL_DEFINITIONS
The invalid_runtime_symbol_definitions lint checks the signature of items whose symbol name is a runtime symbol expected by core differs significantly from the expected signature (like mismatch ABI, mismatch C variadics, mismatch argument count, missing return type, โ€ฆ).
SUSPICIOUS_RUNTIME_SYMBOL_DEFINITIONS
The suspicious_runtime_symbol_definitions lint checks the signature of items whose symbol name is a runtime symbol expected by core.

Functionsยง

check_fn ๐Ÿ”’
check_static ๐Ÿ”’