Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
queryEntityTypeSubgraph
Function · 0.80
useEntityTypes
Function · 0.80
Popup
Function · 0.80
saveQuickNote
Function · 0.80
getFlowRuns
Function · 0.80
useFlowRuns
Function · 0.80
getTotalUsage
Function · 0.80
FlowMetadataCellContents
Function · 0.80
background.ts
File · 0.80
createWebSocket
Function · 0.80
createEntity
Function · 0.80
getFromLocalStorage
Function · 0.80
Calls
1
extend
Method · 0.45
Tested by
no test coverage detected