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

Method build

llrt_modules/src/module_builder.rs:222–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

220 }
221
222 pub fn build(self) -> (ModuleResolver, ModuleLoader, GlobalAttachment) {
223 (
224 self.module_resolver,
225 self.module_loader,
226 self.global_attachment,
227 )
228 }
229}

Callers 6

buildLibraryFunction · 0.45
buildSdksFunction · 0.45
buildReactFunction · 0.45
buildExternalSdkFunctionFunction · 0.45
from_optionsMethod · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected