MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / data_value

Function data_value

packages/server/src/webkit.rs:1240–1244  ·  view source on GitHub ↗
(args: &Dictionary, key: &str)

Source from the content-addressed store, hash-verified

1238}
1239
1240fn data_value(args: &Dictionary, key: &str) -> Option<Vec<u8>> {
1241 args.get(key)
1242 .and_then(Value::as_data)
1243 .map(ToOwned::to_owned)
1244}
1245
1246pub fn webkit_inspector_ui_root() -> Option<PathBuf> {
1247 [

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected