Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ spec_json
Method
spec_json
ra-rpc/src/openapi.rs:124–126 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
122
}
123
124
pub fn spec_json(&self) -> &str {
125
self.spec.as_str()
126
}
127
128
pub fn clone_spec_json(&self) -> String {
129
(*self.spec).clone()
Callers
nothing calls this directly
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected