MCPcopy Create free account
hub / github.com/hashintel/hash / then

Method then

libs/error-stack/src/fmt/mod.rs:705–708  ·  view source on GitHub ↗
(mut self, other: Self)

Source from the content-addressed store, hash-verified

703 }
704
705 fn then(mut self, other: Self) -> Self {
706 self.0.extend(other.0);
707 self
708 }
709
710 fn before(mut self, line: Line) -> Self {
711 self.0.push_front(line);

Callers 15

queryEntityTypeSubgraphFunction · 0.80
useEntityTypesFunction · 0.80
PopupFunction · 0.80
saveQuickNoteFunction · 0.80
getFlowRunsFunction · 0.80
useFlowRunsFunction · 0.80
getTotalUsageFunction · 0.80
FlowMetadataCellContentsFunction · 0.80
background.tsFile · 0.80
createWebSocketFunction · 0.80
createEntityFunction · 0.80
getFromLocalStorageFunction · 0.80

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected