Exemple #1
0
        // TODO: Tests
        public void CompileDatabase(string dbPath = null)
        {
            ThrowIfDisposed();

            if (MagicNative.magic_compile(_magic, dbPath) < 0)
            {
                throw new MagicException(LastError);
            }
        }