Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChristianSchott/boris
/ binding_move
Function
binding_move
example/src/revis.rs:1–7 ·
view source on GitHub ↗
(x: [String; 4])
Source
from the content-addressed store, hash-verified
1
fn binding_move(x: [String; 4]) -> &'static [String; 4] {
2
match x {
3
a @ [.., _] => (),
4
_ => (),
5
}
6
&x
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected