MCPcopy Create free account
hub / github.com/apache/fory / get_data_file

Function get_data_file

rust/tests/tests/test_cross_language.rs:32–34  ·  view source on GitHub ↗

RUSTFLAGS="-Awarnings" cargo expand -p tests --test test_cross_language

()

Source from the content-addressed store, hash-verified

30
31// RUSTFLAGS="-Awarnings" cargo expand -p tests --test test_cross_language
32fn get_data_file() -> String {
33 std::env::var("DATA_FILE").expect("DATA_FILE not set")
34}
35
36#[derive(ForyStruct, Debug, PartialEq, Default)]
37struct Empty {}

Callers 15

test_bufferFunction · 0.70
test_buffer_varFunction · 0.70
test_murmurhash3Function · 0.70
test_string_serializerFunction · 0.70
test_simple_structFunction · 0.70
test_named_simple_structFunction · 0.70
test_listFunction · 0.70
test_mapFunction · 0.70
test_integerFunction · 0.70
test_decimalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected