MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / build

Method build

rust/src/builder.rs:43–45  ·  view source on GitHub ↗

Create a [Vaas] struct from the `VaasBuilder`. Returns an error if the HTTP client cannot be initialized

(self)

Source from the content-addressed store, hash-verified

41 /// Create a [Vaas] struct from the `VaasBuilder`.
42 /// Returns an error if the HTTP client cannot be initialized
43 pub fn build(self) -> VResult<Vaas> {
44 Vaas::try_new(self.authenticator, self.url)
45 }
46}

Callers 12

new_http_clientFunction · 0.45
mock_vaasFunction · 0.45
vaas_with_authenticatorFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
VaasMethod · 0.45
sendUrlWithRetryMethod · 0.45
sendFileWithRetryMethod · 0.45
forStreamAsyncMethod · 0.45
forUrlAsyncMethod · 0.45
requestTokenMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by 1

vaas_with_authenticatorFunction · 0.36