Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ test_it_gets_the_version
Function
test_it_gets_the_version
rust_package/brainflow/src/ml_model.rs:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
126
#[test]
127
fn test_it_gets_the_version() {
128
assert_regex_matches(VERSION_PATTERN, get_version().unwrap().as_str());
129
}
130
}
Callers
nothing calls this directly
Calls
2
assert_regex_matches
Function · 0.85
get_version
Function · 0.70
Tested by
no test coverage detected