MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / parse_hex_or_dec

Function parse_hex_or_dec

src/app/mod.rs:1274–1281  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

1272 fn store_launch_cache(&mut self, config: &RunConfig, launch: CachedLaunch) {
1273 let fingerprint =
1274 full_stack::session::config_source_fingerprint(self.workspace.fs(), config);
1275 self.launch_cache = Some(LaunchCache {
1276 config: config.clone(),
1277 fingerprint,
1278 launch,
1279 });
1280 }
1281
1282 fn report_linked_build(&mut self, build: &full_stack::session::BuildOutcome) {
1283 // Retain the outcome for the inspector's Artifacts/Symbols panes.
1284 self.last_build = Some(build.clone());

Callers 2

set_target_modeMethod · 0.85
compileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected