MCPcopy Index your code
hub / github.com/DarkTigrus/dxvk-cache-tool

github.com/DarkTigrus/dxvk-cache-tool @v1.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.2 ↗ · + Follow
31 symbols 50 edges 3 files 0 documented · 0% updated 4y agov1.1.2 · 2019-10-30★ 372 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

dxvk-cache-tool

Standalone dxvk-cache merger

Usage

dxvk-cache-tool [OPTION]... <FILEs>...

OPTIONS:    
        -o, --output FILE   Set output file name
        -h, --help          Display help and exit
        -V, --version       Output version information and exit
$ dxvk-cache-tool re2_proton.dxvk-cache re2_lutris.dxvk-cache
Merging files ["re2_proton.dxvk-cache", "re2_lutris.dxvk-cache"]
Detected state cache version v8
Merging re2_proton.dxvk-cache (1/2)... 744 new entries
Merging re2_lutris.dxvk-cache (2/2)... 224 new entries
Writing 968 entries to file output.dxvk-cache 
Finished

Building

cargo build --release
target/release/dxvk-cache-tool

Extension points exported contracts — how you extend this code

ReadEx (Interface)
(no doc) [1 implementers]
src/main.rs
WriteEx (Interface)
(no doc) [1 implementers]
src/main.rs

Core symbols most depended-on inside this repo

read_u32
called by 2
src/main.rs
write_u32
called by 2
src/main.rs
print_help
called by 2
src/main.rs
kind
called by 2
src/error.rs
read_u24
called by 1
src/main.rs
read_u8
called by 1
src/main.rs
write_u24
called by 1
src/main.rs
write_u8
called by 1
src/main.rs

Shape

Method 13
Function 9
Class 5
Enum 2
Interface 2

Languages

Rust100%

Modules by API surface

src/main.rs19 symbols
src/dxvk.rs7 symbols
src/error.rs5 symbols

For agents

$ claude mcp add dxvk-cache-tool \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact