MCPcopy Create free account
hub / github.com/awslabs/llrt / new

Method new

llrt_core/src/runtime_client.rs:70–76  ·  view source on GitHub ↗
(rt: *mut qjs::JSRuntime)

Source from the content-addressed store, hash-verified

68}
69impl SdkClientInitState {
70 fn new(rt: *mut qjs::JSRuntime) -> Self {
71 Self {
72 rt,
73 latch: Latch::default().into(),
74 endpoints: Vec::new(),
75 }
76 }
77}
78
79unsafe impl Sync for SdkClientInitState {}

Callers

nothing calls this directly

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected