MCPcopy Create free account
hub / github.com/cmu-db/bustub / FlushPage

Method FlushPage

src/buffer/buffer_pool_manager.cpp:303–303  ·  view source on GitHub ↗

* @brief Flushes a page's data out to disk safely. * * This function will write out a page's data to disk if it has been modified. If the given page is not in memory, this * function will return `false`. * * You should take a lock on the page in this function to ensure that a consistent state is flushed to disk. * * ### Implementation * * You should probably leave implementing this functi

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected