getConfigSnapshot static method

SandboxConfigSnapshot getConfigSnapshot()

Implementation

static SandboxConfigSnapshot getConfigSnapshot() {
  // Stub: real implementation reads sandbox-adapter config.
  return const SandboxConfigSnapshot();
}