Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arcjet/gravity
/ optional_string
Method
optional_string
examples/basic/src/lib.rs:26–28 ·
view source on GitHub ↗
(s: Option<String>)
Source
from the content-addressed store, hash-verified
24
Ok(true)
25
}
26
fn optional_string(s: Option<String>) -> Option<String> {
27
s
28
}
29
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected