///
/// HybridFileSystemSpec.cpp
/// This file was generated by nitrogen. DO NOT MODIFY THIS FILE.
/// https://github.com/mrousavy/nitro
/// Copyright © 2024 Marc Rousavy @ Margelo
///

#include "HybridFileSystemSpec.hpp"

namespace margelo::nitro::fastio {

  void HybridFileSystemSpec::loadHybridMethods() {
    // load base methods/properties
    HybridObject::loadHybridMethods();
    // load custom methods/properties
    registerHybrids(this, [](Prototype& prototype) {
      prototype.registerHybridMethod("getMetadata", &HybridFileSystemSpec::getMetadata);
      prototype.registerHybridMethod("getWellKnownDirectoryPath", &HybridFileSystemSpec::getWellKnownDirectoryPath);
      prototype.registerHybridMethod("showOpenFilePicker", &HybridFileSystemSpec::showOpenFilePicker);
    });
  }

} // namespace margelo::nitro::fastio
