MCPcopy 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

detectByConfigFilesMethod · 0.45
cloneThemeConfigFunction · 0.45
setupMessageHandlerMethod · 0.45
renderEditingFormFunction · 0.45
loadSettingsFunction · 0.45
tryFormatJsonFunction · 0.45
McpToolsConfigFunction · 0.45
handleSaveJsonConfigFunction · 0.45
AcpAgentsConfigFunction · 0.45
saveJsonConfigFunction · 0.45
provideDefinitionMethod · 0.45

Calls

no outgoing calls

Tested by 7

readLocaleJsonFunction · 0.36
post_handlerFunction · 0.36
readJsonFunction · 0.36
readJsonFunction · 0.36
readJsonFunction · 0.36
readLongSessionMetadataFunction · 0.36
readExpectedLatestTurnIdFunction · 0.36