Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ copy
Function
copy
scripts/kconfig/kconfiglib.py:6513–6516 ·
view source on GitHub ↗
(src, dst)
Source
from the content-addressed store, hash-verified
6511
return
6512
6513
def
copy(src, dst):
6514
# Import as needed, to save some startup time
6515
import
shutil
6516
shutil.copyfile(src, dst)
6517
6518
if
islink(path):
6519
# Preserve symlinks
Callers
2
linked_ptr
Method · 0.85
linked_ptr
Class · 0.85
Calls
no outgoing calls
Tested by
1
linked_ptr
Method · 0.68