Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ openssl_sys_hack
Function
openssl_sys_hack
src/persist/src/s3.rs:1069–1071 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1067
// samaritan doesn't remove our unused dep.
1068
#[allow(dead_code)]
1069
fn openssl_sys_hack() {
1070
openssl_sys::init();
1071
}
1072
1073
#[cfg(test)]
1074
mod tests {
Callers
nothing calls this directly
Calls
1
init
Function · 0.50
Tested by
no test coverage detected