Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Masterminds/structable
/ LastInsertId
Method
LastInsertId
structable_test.go:337–339 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
335
}
336
337
func
(r *ResultStub) LastInsertId() (int64, error) {
338
return
r.id, nil
339
}
340
func
(r *ResultStub) RowsAffected() (int64, error) {
341
return
r.affectedRows, nil
342
}
Callers
9
TestStructWithPointerLoad
Function · 0.80
TestStructWithPointerLoadWhere
Function · 0.80
TestStructWithPointerUpdate
Function · 0.80
insertStd
Method · 0.80
TestPlainStructLoad
Function · 0.80
TestPlainStructLoadWhere
Function · 0.80
TestPlainStructUpdate
Function · 0.80
TestPlainStructDelete
Function · 0.80
TestPlainStructExists
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected