Skip to content
Snippets Groups Projects
Commit 96c5f4a3 authored by Alexander Kreft's avatar Alexander Kreft
Browse files

MAINT: docstring

parent a3f84d9d
No related branches found
No related tags found
1 merge request!8F full ak
Pipeline #12657 passed
Pipeline: CaosDB Julia Integration Tests

#12662

    ...@@ -1753,9 +1753,9 @@ function set_local_path(entity::Ref{_Entity}, path::AbstractString) ...@@ -1753,9 +1753,9 @@ function set_local_path(entity::Ref{_Entity}, path::AbstractString)
    end end
    """ """
    function set_file_path(entity::Ref{_Entity}, path::AbstractString) function set_remote_path(entity::Ref{_Entity}, path::AbstractString)
    Set the file path of the given `entity` object. Set the remote file path of the given `entity` object.
    """ """
    function set_remote_path(entity::Ref{_Entity}, path::AbstractString) function set_remote_path(entity::Ref{_Entity}, path::AbstractString)
    err_code = ccall( err_code = ccall(
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment