pub fn load() -> HashMap<u32, CodeActionDef>Expand description
Parse the embedded JSON once and return a map from error code → action.
Entries whose action is null are omitted from the map.
Call this once at server startup and store the result.
pub fn load() -> HashMap<u32, CodeActionDef>Parse the embedded JSON once and return a map from error code → action.
Entries whose action is null are omitted from the map.
Call this once at server startup and store the result.