LCOV - code coverage report
Current view: top level - src/actions - LoadMappingDataAction.C (source / functions) Hit Total Coverage
Test: idaholab/moose stochastic_tools: f45d79 Lines: 6 7 85.7 %
Date: 2025-07-25 05:00:46 Functions: 2 2 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //* This file is part of the MOOSE framework
       2             : //* https://mooseframework.inl.gov
       3             : //*
       4             : //* All rights reserved, see COPYRIGHT for full restrictions
       5             : //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
       6             : //*
       7             : //* Licensed under LGPL 2.1, please see LICENSE for details
       8             : //* https://www.gnu.org/licenses/lgpl-2.1.html
       9             : 
      10             : #include "LoadMappingDataAction.h"
      11             : #include "VariableMappingBase.h"
      12             : #include "FEProblem.h"
      13             : #include "StochasticToolsApp.h"
      14             : 
      15             : registerMooseAction("StochasticToolsApp", LoadMappingDataAction, "load_mapping_data");
      16             : 
      17             : InputParameters
      18       39276 : LoadMappingDataAction::validParams()
      19             : {
      20             :   InputParameters params = LoadModelDataAction<VariableMappingBase>::validParams();
      21       39276 :   params.addClassDescription(
      22             :       "Load the model data for the objects defined in the `[VariableMappings]` block.");
      23       39276 :   return params;
      24           0 : }
      25             : 
      26       39276 : LoadMappingDataAction::LoadMappingDataAction(const InputParameters & params)
      27       39276 :   : LoadModelDataAction<VariableMappingBase>(params)
      28             : {
      29       39276 : }

Generated by: LCOV version 1.14