MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / replace

Method replace

crates/table/src/page.rs:84–87  ·  view source on GitHub ↗
(&mut self, offset: PageOffset)

Source from the content-addressed store, hash-verified

82 /// Replaces the cell reference with `offset`, returning the existing one.
83 #[inline]
84 fn replace(&mut self, offset: PageOffset) -> FreeCellRef {
85 let next = mem::replace(&mut self.next, offset);
86 Self { next }
87 }
88
89 /// Returns whether the cell reference is non-empty.
90 #[inline]

Callers 15

index.tsFile · 0.80
normalizeTextFunction · 0.80
RightPanelFunction · 0.80
mainFunction · 0.80
replaceInstallCardLinkFunction · 0.80
normalizeStepTextFunction · 0.80
removeStepByStepWrapperFunction · 0.80
stripRemainingStepTagsFunction · 0.80
rewriteDocLinksFunction · 0.80
stripLineIndentFunction · 0.80

Calls

no outgoing calls

Tested by 14

platform_test_builderFunction · 0.64
normalize_pathFunction · 0.64
env_override_pathFunction · 0.64
ue_rootFunction · 0.64
parse_quickstartFunction · 0.64
server_postprocessMethod · 0.64
sdk_setupMethod · 0.64
run_quickstartMethod · 0.64