Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ inline_image
Function
inline_image
src/tests/file_download_feature_test.py:428–429 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
426
427
428
def
inline_image(path):
429
return
{
'type'
:
'inline-image'
,
'path'
: path}
430
431
432
class
TestInlineImages(unittest.TestCase):
Callers
9
test_single_static_image
Method · 0.85
test_multiple_static_images
Method · 0.85
test_single_static_image_when_multiple_outputs
Method · 0.85
test_single_dynamic_image
Method · 0.85
test_single_dynamic_image_when_unnormalized
Method · 0.85
test_mixed_images_when_multiple_output
Method · 0.85
test_find_multiple_images_by_same_pattern
Method · 0.85
test_image_path_split_in_chunks
Method · 0.85
test_image_path_split_in_chunks_and_no_newlines
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected