getFsImplementation function

FsOperations getFsImplementation()

Gets the currently active filesystem implementation.

Implementation

FsOperations getFsImplementation() {
  return _activeFs;
}