Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ parse
Method
parse
src/crates/assembly/core/src/util/errors.rs:131–133 ·
view source on GitHub ↗
(msg: T)
Source
from the content-addressed store, hash-verified
129
}
130
131
pub fn parse<T: Into<String>>(msg: T) -> Self {
132
Self::Deserialization(msg.into())
133
}
134
135
pub fn workspace<T: Into<String>>(msg: T) -> Self {
136
Self::Workspace(msg.into())
Callers
15
detectByConfigFiles
Method · 0.45
startupThemeBootstrap.test.ts
File · 0.45
cloneThemeConfig
Function · 0.45
setupMessageHandler
Method · 0.45
renderEditingForm
Function · 0.45
loadSettings
Function · 0.45
tryFormatJson
Function · 0.45
McpToolsConfig
Function · 0.45
handleSaveJsonConfig
Function · 0.45
AcpAgentsConfig
Function · 0.45
saveJsonConfig
Function · 0.45
provideDefinition
Method · 0.45
Calls
no outgoing calls
Tested by
7
readLocaleJson
Function · 0.36
post_handler
Function · 0.36
readJson
Function · 0.36
readJson
Function · 0.36
readJson
Function · 0.36
readLongSessionMetadata
Function · 0.36
readExpectedLatestTurnId
Function · 0.36