File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,11 @@ bool is_valid_path(rust::Str path);
99rust::String query_path_hash (rust::Str path);
1010InternalPathInfo query_path_info (rust::Str path, bool base32);
1111rust::String query_path_from_hash_part (rust::Str hash_part);
12- void export_paths (int32_t fd, rust::Vec<rust::Str> paths);
13- void import_paths (int32_t fd, bool dont_check_signs);
14- rust::String hash_file (rust::Str algo, bool base32, rust::Str path);
15- rust::String hash_string (rust::Str algo, bool base32, rust::Str s);
1612rust::String convert_hash (rust::Str algo, rust::Str s, bool to_base_32);
1713rust::String sign_string (rust::Str secret_key, rust::Str msg);
1814bool check_signature (rust::Str public_key, rust::Str sig, rust::Str msg);
1915InternalDrv derivation_from_path (rust::Str drv_path);
20- void add_temp_root (rust::Str store_path);
21- rust::String get_bin_dir ();
2216rust::String get_store_dir ();
23-
2417rust::String get_build_log (rust::Str derivation_path);
2518rust::String get_nar_list (rust::Str store_path);
2619
You can’t perform that action at this time.
0 commit comments