| 293 | } |
| 294 | |
| 295 | const FunctionLibraryDefinition* |
| 296 | FunctionLibraryRuntimeOverlay::GetFunctionLibraryDefinition() const { |
| 297 | return lib_def_ ? lib_def_ : base_flr_->GetFunctionLibraryDefinition(); |
| 298 | } |
| 299 | |
| 300 | string FunctionLibraryRuntimeOverlay::DebugString(Handle handle) { |
| 301 | return base_flr_->DebugString(handle); |
no outgoing calls
no test coverage detected