////////////////////////////// Meta-data accessors and changers
| 405 | /////////////////////////////////// |
| 406 | // Meta-data accessors and changers |
| 407 | store_flags CrawlStoreValue::get_flags() const |
| 408 | { |
| 409 | return flags; |
| 410 | } |
| 411 | |
| 412 | store_flags CrawlStoreValue::set_flags(store_flags _flags) |
| 413 | { |
no outgoing calls
no test coverage detected