Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacktwin/JBOPS
/ section_path
Function
section_path
utility/plex_dance.py:84–87 ·
view source on GitHub ↗
(section, filepath)
Source
from the content-addressed store, hash-verified
82
83
84
def
section_path(section, filepath):
85
for
location in section.locations:
86
if
filepath.startswith(location):
87
return
location
88
89
90
def
refresh_section(sectionID):
Callers
1
plex_dance.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected